Don’t run rubocop on db/schema.rb
This commit is contained in:
parent
a74ac79489
commit
fc9f5f8be6
1 changed files with 4 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
AllCops:
|
||||
Exclude:
|
||||
- "db/schema.rb"
|
||||
|
||||
Bundler/DuplicatedGem:
|
||||
Enabled: true
|
||||
|
||||
|
@ -74,7 +78,6 @@ Layout/ExtraSpacing:
|
|||
Enabled: true
|
||||
Exclude:
|
||||
- "Guardfile"
|
||||
- "db/schema.rb"
|
||||
|
||||
Layout/FirstArrayElementLineBreak:
|
||||
Enabled: false
|
||||
|
|
Loading…
Reference in a new issue