Skip to content

Commit ce9828f

Browse files
authored
Merge pull request #558 from Shopify/dependabot/bundler/rubocop-1.55.0
2 parents 8f6bb1a + e31e8cd commit ce9828f

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ GEM
3030
rake (13.0.6)
3131
regexp_parser (2.8.1)
3232
rexml (3.2.5)
33-
rubocop (1.54.2)
33+
rubocop (1.55.0)
3434
json (~> 2.3)
3535
language_server-protocol (>= 3.17.0)
3636
parallel (~> 1.10)
3737
parser (>= 3.2.2.3)
3838
rainbow (>= 2.2.2, < 4.0)
3939
regexp_parser (>= 1.8, < 3.0)
4040
rexml (>= 3.2.5, < 4.0)
41-
rubocop-ast (>= 1.28.0, < 2.0)
41+
rubocop-ast (>= 1.28.1, < 2.0)
4242
ruby-progressbar (~> 1.7)
4343
unicode-display_width (>= 2.4.0, < 3.0)
4444
rubocop-ast (1.29.0)

test/fixtures/full_config.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2333,6 +2333,7 @@ Style/ArgumentsForwarding:
23332333
StyleGuide: "#arguments-forwarding"
23342334
Enabled: false
23352335
AllowOnlyRestArgument: true
2336+
UseAnonymousForwarding: true
23362337
VersionAdded: '1.1'
23372338
Style/ArrayCoercion:
23382339
Description: Use Array() instead of explicit Array check or [*var], when dealing
@@ -2928,8 +2929,9 @@ Style/HashConversion:
29282929
Description: Avoid Hash[] in favor of ary.to_h or literal hashes.
29292930
StyleGuide: "#avoid-hash-constructor"
29302931
Enabled: false
2932+
SafeAutoCorrect: false
29312933
VersionAdded: '1.10'
2932-
VersionChanged: '1.11'
2934+
VersionChanged: '1.55'
29332935
AllowSplatArgument: true
29342936
Style/HashEachMethods:
29352937
Description: Use Hash#each_key and Hash#each_value.
@@ -3633,10 +3635,12 @@ Style/RedundantArgument:
36333635
Enabled: false
36343636
Safe: false
36353637
VersionAdded: '1.4'
3636-
VersionChanged: '1.40'
3638+
VersionChanged: '1.55'
36373639
Methods:
36383640
join: ''
36393641
sum: 0
3642+
exit: true
3643+
exit!: false
36403644
split: " "
36413645
chomp: "\n"
36423646
chomp!: "\n"

0 commit comments

Comments
 (0)