Skip to content

Commit

Permalink
Enable Layout/ElseAlignment cop
Browse files Browse the repository at this point in the history
This commit enables `Layout/ElseAlignment` cop
Refer to rails/rails#46191
  • Loading branch information
yahonda committed Sep 23, 2024
1 parent 64fe24d commit c120d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ Layout/ClosingParenthesisIndentation:
Layout/CommentIndentation:
Enabled: true

Layout/DefEndAlignment:
Enabled: true

Layout/ElseAlignment:
Enabled: true

Expand Down

0 comments on commit c120d2a

Please sign in to comment.