Skip to content

Commit 3cae956

Browse files
authored
Merge pull request rails#46191 from yahonda/enable_layout_def_end_alignment
Enable `Layout/DefEndAlignment` cop
2 parents cddf163 + 5f04fa9 commit 3cae956

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
@@ -69,6 +69,9 @@ Layout/ClosingParenthesisIndentation:
6969
Layout/CommentIndentation:
7070
Enabled: true
7171

72+
Layout/DefEndAlignment:
73+
Enabled: true
74+
7275
Layout/ElseAlignment:
7376
Enabled: true
7477

0 commit comments

Comments
 (0)