rubyx/.codeclimate.yml

22 lines
276 B
YAML
Raw Normal View History

---
engines:
bundler-audit:
enabled: true
duplication:
enabled: true
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-17 12:52:29 +01:00
- lib/**
- "**.rb"
- test/**/*
- stash/**/*