Adjust .rubocop.yml to not throw warnings
Considering we're not actively checking code with rubocop at the moment, this should be okay for now. It's just a bit jarring having 20+ lines of rubocop complaining of unconfigured cops etc.
This commit is contained in:
parent
a3117861c8
commit
ab21a4ded3
|
@ -1,6 +1,5 @@
|
||||||
AllCops:
|
AllCops:
|
||||||
Rails:
|
NewCops: enable
|
||||||
Enabled: true
|
|
||||||
Exclude:
|
Exclude:
|
||||||
- 'vendor/**/*'
|
- 'vendor/**/*'
|
||||||
- 'db/schema.rb'
|
- 'db/schema.rb'
|
||||||
|
|
Loading…
Reference in New Issue