rubyx/.codeclimate.yml
2016-12-17 13:46:28 +02:00

22 lines
280 B
YAML

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