rubyx/.codeclimate.yml
2016-12-30 11:45:08 +02:00

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