rubyx/.codeclimate.yml
2016-12-08 13:58:38 +02:00

24 lines
292 B
YAML

---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: false
reek:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.rb"
exclude_paths:
- config/
- db/
- spec/