diff --git a/.codeclimate.yml b/.codeclimate.yml index f1f9d9c6..468ed1e4 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -4,6 +4,7 @@ ratings: paths: - "src/**/*.js" exclude_paths: +- "spec/**/*.js" - "lib/**" - "dist/*" - "grunt/**"