Update rubocop to version 1.86.2 (#39136)

This commit is contained in:
Matt Jankowski 2026-05-27 05:11:31 -04:00 committed by GitHub
parent 32cb9e7450
commit f82334dd36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 3 deletions

View File

@ -33,6 +33,9 @@ Style/NumericLiterals:
AllowedPatterns:
- \d{4}_\d{2}_\d{2}_\d{6}
Style/OneClassPerFile:
Enabled: false
Style/PercentLiteralDelimiters:
PreferredDelimiters:
'%i': ()

View File

@ -588,7 +588,7 @@ GEM
ostruct (0.6.3)
ox (2.14.26)
bigdecimal (>= 3.0)
parallel (1.28.0)
parallel (2.1.0)
parser (3.3.11.1)
ast (~> 2.4.1)
racc
@ -755,11 +755,11 @@ GEM
rspec-mocks (~> 3.0)
sidekiq (>= 5, < 9)
rspec-support (3.13.7)
rubocop (1.84.2)
rubocop (1.86.2)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
parallel (~> 1.10)
parallel (>= 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 2.9.3, < 3.0)