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
49265d7a4a
commit
44f3a6e88a
|
@ -1,6 +1,5 @@
|
|||
AllCops:
|
||||
Rails:
|
||||
Enabled: true
|
||||
NewCops: enable
|
||||
Exclude:
|
||||
- 'vendor/**/*'
|
||||
- 'db/schema.rb'
|
||||
|
|
Loading…
Reference in New Issue