Add and apply Layout/ExtraSpacing rubocop rule

This commit is contained in:
Javi Martín
2019-10-24 18:11:58 +02:00
parent 033f3c33e3
commit 57ef380379
22 changed files with 29 additions and 26 deletions

View File

@@ -52,6 +52,9 @@ Layout/EmptyLinesAroundMethodBody:
Layout/EmptyLinesAroundModuleBody: Layout/EmptyLinesAroundModuleBody:
Enabled: true Enabled: true
Layout/ExtraSpacing:
Enabled: true
Layout/SpaceAroundEqualsInParameterDefault: Layout/SpaceAroundEqualsInParameterDefault:
Enabled: true Enabled: true