Skip to content

Commit

Permalink
Re-enable Style/OperatorMethodCall
Browse files Browse the repository at this point in the history
  • Loading branch information
sambostock committed Jan 24, 2023
1 parent ccb3aa7 commit 0ca8f19
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 0ca8f19

Please sign in to comment.