mirror of
https://github.com/kaminari/kaminari.git
synced 2022-11-09 13:44:37 -05:00
19 lines
238 B
YAML
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"
|