1
0
Fork 0
mirror of https://github.com/kaminari/kaminari.git synced 2022-11-09 13:44:37 -05:00
kaminari--kaminari/.codeclimate.yml
2017-06-06 17:05:46 +09:00

19 lines
238 B
YAML

---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
exclude_paths:
- test/
- "*/test/"
- "**/*.gemspec"
- "**/*.md"