Skip to content

Commit

Permalink
Merge pull request #2400 from yahonda/enable_def_end_alignment_cop
Browse files Browse the repository at this point in the history
Enable `Layout/ElseAlignment` cop
  • Loading branch information
yahonda committed Sep 24, 2024
2 parents 84719f5 + c120d2a commit 0ba9b60
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 0ba9b60

Please sign in to comment.