Skip to content

Commit

Permalink
Remove .arb exclusion on frozen string literals
Browse files Browse the repository at this point in the history
This was a false positive fixed in rubocop/rubocop#13699
  • Loading branch information
tagliala committed Jan 23, 2025
1 parent 0405ce9 commit 919702b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,6 @@ Style/FrozenStringLiteralComment:
Enabled: true
Exclude:
- bin/console
- '**/*.arb'

Style/HashSyntax:
Enabled: true
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 919702b

Please sign in to comment.