Skip to content

Commit

Permalink
Merge pull request #17481 from opf/chore/activate-frozen-string-liter…
Browse files Browse the repository at this point in the history
…al-cop

Activate frozen string literal cop
  • Loading branch information
cbliard authored Dec 23, 2024
2 parents b23fc43 + 0e8af09 commit 1e7e69a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ Style/WordArray:
Enabled: false

Style/FrozenStringLiteralComment:
Enabled: false
Enabled: true
EnforcedStyle: always_true

Style/NumericLiterals:
Enabled: false
Expand Down

0 comments on commit 1e7e69a

Please sign in to comment.