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

20 lines
238 B
YAML
Raw Permalink Normal View History

---
engines:
duplication:
enabled: true
config:
languages:
- ruby
fixme:
enabled: true
rubocop:
enabled: true
ratings:
paths:
- "**.rb"
exclude_paths:
- test/
- "*/test/"
2017-06-06 03:59:33 -04:00
- "**/*.gemspec"
2017-06-06 04:05:46 -04:00
- "**/*.md"