rubyx/.codeclimate.yml
2016-12-30 11:59:38 +02:00

23 lines
285 B
YAML

---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: false
reek:
enabled: true
ratings:
paths:
- "lib/**"
- "**.rb"
exclude_paths:
- "test/"
- "stash/"