mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Merge pull request #2655 from AndrewKvalheim/rubocop-db-schema
Ignore schema.rb in RuboCop
This commit is contained in:
commit
2051540693
2 changed files with 6 additions and 1 deletions
|
|
@ -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 ###########################
|
||||
|
||||
|
|
|
|||
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue