diff --git a/.codeclimate.yml b/.codeclimate.yml index 5445eaa2..f20f45df 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -15,8 +15,8 @@ engines: enabled: true ratings: paths: - - lib/** + - "lib/**" - "**.rb" exclude_paths: -- tests/** -- stash/** +- "tests/**" +- "stash/**"