4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
PATH
2
2
remote: .
3
3
specs:
4
- rubocop-shopify (2.11.0 )
4
+ rubocop-shopify (2.11.1 )
5
5
rubocop (~> 1.42 )
6
6
7
7
GEM
Original file line number Diff line number Diff line change 3
3
Gem ::Specification . new do |s |
4
4
s . platform = Gem ::Platform ::RUBY
5
5
s . name = "rubocop-shopify"
6
- s . version = "2.11.0 "
6
+ s . version = "2.11.1 "
7
7
s . summary = "Shopify's style guide for Ruby."
8
8
s . description = "Gem containing the rubocop.yml config that corresponds to " \
9
9
"the implementation of the Shopify's style guide for Ruby."
Original file line number Diff line number Diff line change @@ -648,7 +648,7 @@ Style/OpenStructUse:
648
648
Enabled : true
649
649
650
650
Style/OperatorMethodCall :
651
- Enabled : true
651
+ Enabled : false
652
652
653
653
Style/OptionalBooleanParameter :
654
654
Enabled : false
Original file line number Diff line number Diff line change @@ -3423,7 +3423,7 @@ Style/OpenStructUse:
3423
3423
Style/OperatorMethodCall :
3424
3424
Description : Checks for redundant dot before operator method call.
3425
3425
StyleGuide : " #operator-method-call"
3426
- Enabled : true
3426
+ Enabled : false
3427
3427
VersionAdded : ' 1.37'
3428
3428
Style/OptionHash :
3429
3429
Description : Don't use option hashes when you can use keyword arguments.
0 commit comments