diff --git a/.codeclimate.yml b/.codeclimate.yml index e4ccad75f..72a6cddff 100644 --- a/.codeclimate.yml +++ b/.codeclimate.yml @@ -1,7 +1,13 @@ languages: JavaScript: true exclude_paths: -- "lib/*" +- "lib/**" - "dist/*" -- "grunt/*" +- "grunt/**" - "images/*" +- "**/*.md" +- "**/*.yml" +- "**/*.json" +- "**/*.scss" +- "**/*.erb" +- "*.sh"