Skip to content

Commit

Permalink
Merge pull request #474 from Shopify/bump-2.11.1
Browse files Browse the repository at this point in the history
Disable Style/OperatorMethodCall and release 2.11.1
  • Loading branch information
sambostock committed Jan 2, 2023
2 parents dc1d4ee + 6b357d0 commit c6b9582
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rubocop-shopify (2.11.0)
rubocop-shopify (2.11.1)
rubocop (~> 1.42)

GEM
Expand Down
2 changes: 1 addition & 1 deletion rubocop-shopify.gemspec
Expand Up @@ -3,7 +3,7 @@
Gem::Specification.new do |s|
s.platform = Gem::Platform::RUBY
s.name = "rubocop-shopify"
s.version = "2.11.0"
s.version = "2.11.1"
s.summary = "Shopify's style guide for Ruby."
s.description = "Gem containing the rubocop.yml config that corresponds to "\
"the implementation of the Shopify's style guide for Ruby."
Expand Down
2 changes: 1 addition & 1 deletion rubocop.yml
Expand Up @@ -648,7 +648,7 @@ Style/OpenStructUse:
Enabled: true

Style/OperatorMethodCall:
Enabled: true
Enabled: false

Style/OptionalBooleanParameter:
Enabled: false
Expand Down
2 changes: 1 addition & 1 deletion test/fixtures/full_config.yml
Expand Up @@ -3423,7 +3423,7 @@ Style/OpenStructUse:
Style/OperatorMethodCall:
Description: Checks for redundant dot before operator method call.
StyleGuide: "#operator-method-call"
Enabled: true
Enabled: false
VersionAdded: '1.37'
Style/OptionHash:
Description: Don't use option hashes when you can use keyword arguments.
Expand Down

0 comments on commit c6b9582

Please sign in to comment.