Skip to content

Commit c120d2a

Browse files
committed
Enable Layout/ElseAlignment cop
This commit enables `Layout/ElseAlignment` cop Refer to rails/rails#46191
1 parent 64fe24d commit c120d2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,9 @@ Layout/ClosingParenthesisIndentation:
3232
Layout/CommentIndentation:
3333
Enabled: true
3434

35+
Layout/DefEndAlignment:
36+
Enabled: true
37+
3538
Layout/ElseAlignment:
3639
Enabled: true
3740

0 commit comments

Comments
 (0)