diff --git a/.codeclimate.yml b/.codeclimate.yml index b1c885493..9da7dc7c5 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,6 @@ ratings: - paths: - - "lib/**/*" + paths: + - "lib/**/*" exclude_paths: - "tests/" - "old_tests/"