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:
|
Layout/AssignmentIndentation:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
Layout/BlockAlignment:
|
||||||
|
Enabled: true
|
||||||
|
|
||||||
Layout/ClosingHeredocIndentation:
|
Layout/ClosingHeredocIndentation:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user