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:
Andreas Nedbal 2020-05-10 09:30:29 +02:00
parent a3117861c8
commit ab21a4ded3
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,5 @@
AllCops: AllCops:
Rails: NewCops: enable
Enabled: true
Exclude: Exclude:
- 'vendor/**/*' - 'vendor/**/*'
- 'db/schema.rb' - 'db/schema.rb'