Create .codeclimate.yml

Created a .codeclimate.yml configuration file that will work with your existing configurations for ESLint and Rubocop.
th-downstream
Scott Larkin 8 years ago committed by GitHub
parent 2096fc62ec
commit 398bd86ec9

@ -0,0 +1,18 @@
engines:
duplication:
enabled: true
config:
languages:
- ruby
- javascript
rubocop:
enabled: true
eslint:
enabled: true
ratings:
paths:
- "**.rb"
- "**.js"
exclude_paths:
- spec/
- vendor/asset
Loading…
Cancel
Save