Exclude some more stuff from codeclimate
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user