kaminari--kaminari/.codeclimate.yml

20 lines
238 B
YAML
Raw 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 07:59:33 +00:00
- "**/*.gemspec"
2017-06-06 08:05:46 +00:00
- "**/*.md"