Skip to content

Commit

Permalink
Merge pull request #475 from Shopify/revert-474-bump-2.11.1
Browse files Browse the repository at this point in the history
Re-enable `Style/OperatorMethodCall`
  • Loading branch information
sambostock authored Jan 24, 2023
2 parents ccb3aa7 + 0ca8f19 commit 77b16c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,7 @@ Style/OpenStructUse:
Enabled: true

Style/OperatorMethodCall:
Enabled: false
Enabled: true

Style/OptionalBooleanParameter:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/full_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3466,7 +3466,7 @@ Style/OpenStructUse:
Style/OperatorMethodCall:
Description: Checks for redundant dot before operator method call.
StyleGuide: "#operator-method-call"
Enabled: false
Enabled: true
VersionAdded: '1.37'
Style/OptionHash:
Description: Don't use option hashes when you can use keyword arguments.
Expand Down

0 comments on commit 77b16c1

Please sign in to comment.