diff --git a/.codeclimate.yml b/.codeclimate.yml index a9416a0a5..1f2451a94 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -5,11 +5,11 @@ engines: enabled: true config: languages: - - javascript + - javascript ratings: paths: - bin/eslint.js - - lib/checks.js" + - lib/checks.js exclude_paths: - "node_modules/**" - "test/**"