Merge #​2655 "Ignore schema.rb in RuboCop"

This commit is contained in:
Andrew Kvalheim 2020-06-26 20:19:34 -07:00
commit 668aa388a1
2 changed files with 6 additions and 1 deletions

View file

@ -2,10 +2,16 @@ require: rubocop-rspec
inherit_from: .rubocop_todo.yml
inherit_mode:
merge:
- Exclude
AllCops:
UseCache: true
CacheRootDirectory: tmp/rubocop_cache_rails_dir
MaxFilesInCache: 4000
Exclude:
- db/schema.rb
#################### Style ###########################

View file

@ -1155,7 +1155,6 @@ Style/StringLiterals:
- 'config/deploy.rb'
- 'config/environments/production.rb'
- 'config/puma.rb'
- 'db/schema.rb'
- 'lib/tasks/dump_db.rake'
- 'lib/tasks/events_registrations.rake'
- 'lib/tasks/factory_bot.rake'