Enable the Layout/ExtraSpacing cop
This commit is contained in:
parent
f1d66e40c3
commit
d248afc376
19 changed files with 34 additions and 31 deletions
|
@ -71,7 +71,10 @@ Layout/EndOfLine:
|
|||
EnforcedStyle: lf
|
||||
|
||||
Layout/ExtraSpacing:
|
||||
Enabled: false
|
||||
Enabled: true
|
||||
Exclude:
|
||||
- "Guardfile"
|
||||
- "db/schema.rb"
|
||||
|
||||
Layout/FirstArrayElementLineBreak:
|
||||
Enabled: false
|
||||
|
|
Loading…
Reference in a new issue