diff --git a/.codeclimate.yml b/.codeclimate.yml index 0913fd6..554bdae 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,6 +1,6 @@ languages: JavaScript: true exclude_paths: -- "doc/**/*.js" -- "test/**/*.js" -- "lib/**/*.js" +- "doc/**" +- "lib/**" +- "test/**"