Create .codeclimate.yml

Created a Code Climate config that uses your existing ESLint configuration (also, enabled our Duplication engine).
This commit is contained in:
Scott Larkin 2016-12-05 16:06:17 -05:00 committed by GitHub
parent 4984f9e041
commit 7d3f0da75c
1 changed files with 12 additions and 0 deletions

12
.codeclimate.yml Normal file
View File

@ -0,0 +1,12 @@
engines:
duplication:
enabled: true
config:
languages:
- javascript
eslint:
enabled: true
ratings:
paths:
- "**.js"
exclude_paths: