trabajo-afectivo/.codeclimate.yml

46 lines
616 B
YAML
Raw Normal View History

2016-10-31 12:00:59 +00:00
---
engines:
brakeman:
enabled: true
bundler-audit:
enabled: true
csslint:
enabled: true
coffeelint:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
- javascript
eslint:
enabled: true
fixme:
enabled: true
phpmd:
2016-12-02 11:24:00 +00:00
enabled: false
2016-10-31 12:00:59 +00:00
rubocop:
enabled: true
channel: rubocop-1-10
2016-10-31 12:00:59 +00:00
ratings:
paths:
- Gemfile.lock
- "**.erb"
- "**.haml"
- "**.rb"
- "**.rhtml"
- "**.slim"
- "**.css"
- "**.coffee"
- "**.inc"
- "**.js"
- "**.jsx"
- "**.module"
exclude_paths:
- config/
- db/
- script/
- test/
- vendor/