Skip to content

Commit

Permalink
Merge pull request #214 from Shopify/dependabot/bundler/rubocop-shopi…
Browse files Browse the repository at this point in the history
…fy-2.15.1

Bump rubocop-shopify from 2.14.0 to 2.15.1
  • Loading branch information
KaanOzkan committed Apr 16, 2024
2 parents 9471d9b + 7e47e2e commit d6f0206
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.63.1)
rubocop (1.63.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -59,7 +59,7 @@ GEM
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-shopify (2.14.0)
rubocop-shopify (2.15.1)
rubocop (~> 1.51)
ruby-progressbar (1.13.0)
stringio (3.1.0)
Expand Down
4 changes: 2 additions & 2 deletions lib/rubocop/cop/sorbet/buggy_obsolete_strict_memoization.rb
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class BuggyObsoleteStrictMemoization < RuboCop::Cop::Base

include TargetSorbetVersion

MSG = "This might be a mistaken variant of the two-stage workaround that used to be needed for memoization in "\
"`#typed: strict` files. See https://sorbet.org/docs/type-assertions#put-type-assertions-behind-memoization."
MSG = "This might be a mistaken variant of the two-stage workaround that used to be needed for memoization " \
"in `#typed: strict` files. See https://sorbet.org/docs/type-assertions#put-type-assertions-behind-memoization."

# @!method buggy_legacy_memoization_pattern?(node)
def_node_matcher :buggy_legacy_memoization_pattern?, <<~PATTERN
Expand Down

0 comments on commit d6f0206

Please sign in to comment.