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:
|
Bundler/DuplicatedGem:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
@ -74,7 +78,6 @@ Layout/ExtraSpacing:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
Exclude:
|
Exclude:
|
||||||
- "Guardfile"
|
- "Guardfile"
|
||||||
- "db/schema.rb"
|
|
||||||
|
|
||||||
Layout/FirstArrayElementLineBreak:
|
Layout/FirstArrayElementLineBreak:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
Loading…
Reference in a new issue