rubyx/.codeclimate.yml

23 lines
286 B
YAML
Raw Normal View History

---
engines:
bundler-audit:
enabled: true
duplication:
enabled: false
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
2016-12-17 13:46:28 +02:00
enabled: false
2016-12-30 01:11:58 +02:00
reek:
enabled: true
ratings:
paths:
2016-12-30 11:53:45 +02:00
- "lib/**"
2016-12-17 13:52:29 +02:00
- "**.rb"
2016-12-30 10:51:46 +02:00
exclude_paths:
2016-12-30 11:59:38 +02:00
- "test/"
- "stash/"