Enable the Layout/ExtraSpacing cop

This commit is contained in:
gregoirenovel 2017-06-12 16:12:03 +02:00
parent f1d66e40c3
commit d248afc376
19 changed files with 34 additions and 31 deletions

View file

@ -71,7 +71,10 @@ Layout/EndOfLine:
EnforcedStyle: lf
Layout/ExtraSpacing:
Enabled: false
Enabled: true
Exclude:
- "Guardfile"
- "db/schema.rb"
Layout/FirstArrayElementLineBreak:
Enabled: false