rubyx/.codeclimate.yml

23 lines
284 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:
- test/
- stash/