Skip to content

Commit 0ba9b60

Browse files
authored
Merge pull request rsim#2400 from yahonda/enable_def_end_alignment_cop
Enable `Layout/ElseAlignment` cop
2 parents 84719f5 + c120d2a commit 0ba9b60

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)