We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Style/OperatorMethodCall
1 parent ccb3aa7 commit 0ca8f19Copy full SHA for 0ca8f19
rubocop.yml
@@ -663,7 +663,7 @@ Style/OpenStructUse:
663
Enabled: true
664
665
Style/OperatorMethodCall:
666
- Enabled: false
+ Enabled: true
667
668
Style/OptionalBooleanParameter:
669
Enabled: false
test/fixtures/full_config.yml
@@ -3466,7 +3466,7 @@ Style/OpenStructUse:
3466
3467
Description: Checks for redundant dot before operator method call.
3468
StyleGuide: "#operator-method-call"
3469
3470
VersionAdded: '1.37'
3471
Style/OptionHash:
3472
Description: Don't use option hashes when you can use keyword arguments.
0 commit comments