Files
zanzibar/.codeclimate.yml
2016-05-18 09:29:19 -04:00

22 lines
276 B
YAML

---
engines:
bundler-audit:
enabled: false
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- Gemfile.lock
- "**.rb"
exclude_paths:
- spec/
- templates/
- doc/