Add and apply BlockAlignment rubocop rule
This will make it easier to run rubocop with `--autocorrect` when dealing with the LineLength rule.
This commit is contained in:
@@ -27,6 +27,9 @@ Layout/ArrayAlignment:
|
||||
Layout/AssignmentIndentation:
|
||||
Enabled: true
|
||||
|
||||
Layout/BlockAlignment:
|
||||
Enabled: true
|
||||
|
||||
Layout/ClosingHeredocIndentation:
|
||||
Enabled: true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user