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.
1 parent dc1d4ee commit 846d1c7Copy full SHA for 846d1c7
rubocop.yml
@@ -648,7 +648,7 @@ Style/OpenStructUse:
648
Enabled: true
649
650
Style/OperatorMethodCall:
651
- Enabled: true
+ Enabled: false
652
653
Style/OptionalBooleanParameter:
654
Enabled: false
test/fixtures/full_config.yml
@@ -3423,7 +3423,7 @@ Style/OpenStructUse:
3423
3424
Description: Checks for redundant dot before operator method call.
3425
StyleGuide: "#operator-method-call"
3426
3427
VersionAdded: '1.37'
3428
Style/OptionHash:
3429
Description: Don't use option hashes when you can use keyword arguments.
0 commit comments