Skip to content

Commit

Permalink
Merge pull request #709 from pact-foundation/chore/update-rubocop-end…
Browse files Browse the repository at this point in the history
…alignment-rules

chore: updated rubocop.yml to use EnforcedStyleAlignWith: variable
  • Loading branch information
pahnin authored Aug 7, 2024
2 parents 2f09ef3 + c103041 commit f95f70b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Lint/EachWithObjectArgument:
Lint/ElseLayout:
Description: 'Check for odd code arrangement in an else block.'
Enabled: true
EnforcedStyleAlignWith: variable

Lint/EmptyEnsure:
Description: 'Checks for empty ensure block.'
Expand Down

0 comments on commit f95f70b

Please sign in to comment.