Skip to content

Commit

Permalink
Fix Naming/OpMethod
Browse files Browse the repository at this point in the history
This one was partially updated at some point, but is not right:

See https://github.com/rubocop/rubocop/blob/e12b51389500da8e744730f8fa022d739ba0b573/config/obsoletion.yml#L45

Signed-off-by: Tim Smith <[email protected]>
  • Loading branch information
tas50 committed Dec 2, 2024
1 parent 1d1d4c3 commit 24c09c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/cookstyle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2536,8 +2536,8 @@ Style/Not:
Enabled: true
Style/OneLineConditional:
Enabled: true
# Naming/OpMethod: TODO broken with rubocop 1.25.1 move
# Enabled: true
Naming/BinaryOperatorParameterName:
Enabled: true
Style/OptionalArguments:
Enabled: true
Style/ParallelAssignment:
Expand Down

0 comments on commit 24c09c3

Please sign in to comment.