Skip to content

Commit c6b9582

Browse files
authoredJan 2, 2023
Merge pull request #474 from Shopify/bump-2.11.1
Disable Style/OperatorMethodCall and release 2.11.1
2 parents dc1d4ee + 6b357d0 commit c6b9582

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
 

‎Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
rubocop-shopify (2.11.0)
4+
rubocop-shopify (2.11.1)
55
rubocop (~> 1.42)
66

77
GEM

‎rubocop-shopify.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Gem::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."

‎rubocop.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -648,7 +648,7 @@ Style/OpenStructUse:
648648
Enabled: true
649649

650650
Style/OperatorMethodCall:
651-
Enabled: true
651+
Enabled: false
652652

653653
Style/OptionalBooleanParameter:
654654
Enabled: false

‎test/fixtures/full_config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3423,7 +3423,7 @@ Style/OpenStructUse:
34233423
Style/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'
34283428
Style/OptionHash:
34293429
Description: Don't use option hashes when you can use keyword arguments.

0 commit comments

Comments
 (0)
Failed to load comments.