File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rubocop-shopify (2.11.0 )
4+ rubocop-shopify (2.11.1 )
55 rubocop (~> 1.42 )
66
77GEM
Original file line number Diff line number Diff line change 33Gem ::Specification . new do |s |
44 s . platform = Gem ::Platform ::RUBY
55 s . name = "rubocop-shopify"
6- s . version = "2.11.0 "
6+ s . version = "2.11.1 "
77 s . summary = "Shopify's style guide for Ruby."
88 s . description = "Gem containing the rubocop.yml config that corresponds to " \
99 "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:
648648 Enabled : true
649649
650650Style/OperatorMethodCall :
651- Enabled : true
651+ Enabled : false
652652
653653Style/OptionalBooleanParameter :
654654 Enabled : false
Original file line number Diff line number Diff line change @@ -3423,7 +3423,7 @@ Style/OpenStructUse:
34233423Style/OperatorMethodCall :
34243424 Description : Checks for redundant dot before operator method call.
34253425 StyleGuide : " #operator-method-call"
3426- Enabled : true
3426+ Enabled : false
34273427 VersionAdded : ' 1.37'
34283428Style/OptionHash :
34293429 Description : Don't use option hashes when you can use keyword arguments.
You can’t perform that action at this time.
0 commit comments