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 12:46:28 +01:00
enabled: false
2016-12-30 00:11:58 +01:00
reek:
enabled: true
ratings:
paths:
2016-12-30 10:53:45 +01:00
- "lib/**"
2016-12-17 12:52:29 +01:00
- "**.rb"
2016-12-30 09:51:46 +01:00
exclude_paths:
2016-12-30 10:59:38 +01:00
- "test/"
- "stash/"