mirror of
https://github.com/awesome-print/awesome_print
synced 2023-03-27 23:22:34 -04:00
Updated config to remove deprecations (#397)
Co-authored-by: Bryan Hanks, PMP <bryan@master-developer.com>
This commit is contained in:
parent
4f0705b999
commit
4b5fae1d18
1 changed files with 3 additions and 5 deletions
|
@ -1,5 +1,6 @@
|
||||||
---
|
---
|
||||||
engines:
|
version: 2
|
||||||
|
plugins:
|
||||||
duplication:
|
duplication:
|
||||||
enabled: true
|
enabled: true
|
||||||
config:
|
config:
|
||||||
|
@ -9,8 +10,5 @@ engines:
|
||||||
enabled: true
|
enabled: true
|
||||||
rubocop:
|
rubocop:
|
||||||
enabled: true
|
enabled: true
|
||||||
ratings:
|
exclude_patterns:
|
||||||
paths:
|
|
||||||
- "**.rb"
|
|
||||||
exclude_paths:
|
|
||||||
- spec/
|
- spec/
|
||||||
|
|
Loading…
Reference in a new issue