From 919702b42505e62b4973dd08ade7fb762e70354e Mon Sep 17 00:00:00 2001 From: Geremia Taglialatela Date: Thu, 23 Jan 2025 09:49:26 +0100 Subject: [PATCH] Remove `.arb` exclusion on frozen string literals This was a false positive fixed in rubocop/rubocop#13699 --- .rubocop.yml | 1 - Gemfile.lock | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.rubocop.yml b/.rubocop.yml index 9e5fca4..a40237d 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -599,7 +599,6 @@ Style/FrozenStringLiteralComment: Enabled: true Exclude: - bin/console - - '**/*.arb' Style/HashSyntax: Enabled: true diff --git a/Gemfile.lock b/Gemfile.lock index 4a629aa..39d742f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -230,7 +230,7 @@ GEM rspec-mocks (~> 3.13) rspec-support (~> 3.13) rspec-support (3.13.2) - rubocop (1.70.0) + rubocop (1.71.0) json (~> 2.3) language_server-protocol (>= 3.17.0) parallel (~> 1.10)