rubyx/.codeclimate.yml
Torsten Ruger a6e87491cd disable duplication engine
just similar code didn’t work
probably spelling
2017-04-08 19:31:48 +03:00

23 lines
286 B
YAML

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