rubyx/.codeclimate.yml
2016-12-17 09:44:21 +02:00

24 lines
291 B
YAML

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