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:
JavaScript: true
exclude_paths:
- "lib/*"
- "lib/**"
- "dist/*"
- "grunt/*"
- "grunt/**"
- "images/*"
- "**/*.md"
- "**/*.yml"
- "**/*.json"
- "**/*.scss"
- "**/*.erb"
- "*.sh"