.codeclimate.yml
# Reference: https://docs.codeclimate.com/docs/advanced-configuration#section-checks
# Reference of plugins: https://docs.codeclimate.com/docs/list-of-engines
version: "2"
plugins:
rubocop:
enabled: true
channel: rubocop-1-18-3
fixme:
enabled: true
eslint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
ratings:
paths:
- "**.rb"
- "**.js"
exclude_paths:
- script/