Exclude some more stuff from codeclimate

This commit is contained in:
Gregg Van Hove
2017-03-01 16:18:40 -10:00
parent 43f96d3ecd
commit 7e0fd79b3b

View File

@@ -1,7 +1,13 @@
languages: languages:
JavaScript: true JavaScript: true
exclude_paths: exclude_paths:
- "lib/*" - "lib/**"
- "dist/*" - "dist/*"
- "grunt/*" - "grunt/**"
- "images/*" - "images/*"
- "**/*.md"
- "**/*.yml"
- "**/*.json"
- "**/*.scss"
- "**/*.erb"
- "*.sh"