mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
17 lines
197 B
YAML
17 lines
197 B
YAML
|
---
|
||
|
engines:
|
||
|
duplication:
|
||
|
enabled: true
|
||
|
config:
|
||
|
languages:
|
||
|
- ruby
|
||
|
fixme:
|
||
|
enabled: true
|
||
|
rubocop:
|
||
|
enabled: true
|
||
|
ratings:
|
||
|
paths:
|
||
|
- "**.rb"
|
||
|
exclude_paths:
|
||
|
- spec/
|