Only have code climate grade the src

This commit is contained in:
Gregg Van Hove
2017-03-01 16:29:10 -10:00
parent 7e0fd79b3b
commit 74fe7fb85b

View File

@@ -1,5 +1,8 @@
languages:
JavaScript: true
ratings:
paths:
- "src/**/*.js"
exclude_paths:
- "lib/**"
- "dist/*"