Code climate yml

This commit is contained in:
sharpshark28 2017-08-20 20:59:59 -05:00
parent 9616a5b783
commit 457b4bc1da

11
.codeclimate.yml Normal file
View file

@ -0,0 +1,11 @@
engines:
duplication:
enabled: false
config:
languages:
- javascript:
ratings:
paths:
- "**.js"
exclude_paths:
- "node_modules/**/*"