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 9c2aa5f commit fdbad8fCopy full SHA for fdbad8f
rubocop.yml
@@ -1098,7 +1098,7 @@ Style/OneLineConditional:
1098
Enabled: false
1099
1100
Style/OpenStructUse:
1101
- Enabled: false
+ Enabled: true
1102
1103
Style/OperatorMethodCall:
1104
test/fixtures/full_config.yml
@@ -3814,7 +3814,7 @@ Style/OpenStructUse:
3814
due to performance, version compatibility, and potential security issues.
3815
References:
3816
- https://docs.ruby-lang.org/en/3.0/OpenStruct.html#class-OpenStruct-label-Caveats
3817
3818
Safe: false
3819
VersionAdded: '1.23'
3820
VersionChanged: '1.51'
0 commit comments