Merge pull request #51888 from Earlopain/revert-rubocop-workaround

Revert RuboCop workaround
This commit is contained in:
Rafael Mendonça França 2024-05-23 13:56:44 -04:00 committed by GitHub
commit 4febb0677f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View File

@ -7,7 +7,6 @@ require:
AllCops:
TargetRubyVersion: 3.1
TargetRailsVersion: 8.0
# RuboCop has a bunch of cops enabled by default. This setting tells RuboCop
# to ignore them, so only the ones explicitly set in this file are enabled.
DisabledByDefault: true

View File

@ -470,7 +470,7 @@ GEM
retriable (3.1.2)
rexml (3.2.6)
rouge (4.2.0)
rubocop (1.63.5)
rubocop (1.64.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)