Skip to content

Commit

Permalink
chore: enforce frozen_literal_string: true comment
Browse files Browse the repository at this point in the history
  • Loading branch information
EinLama committed Dec 17, 2024
1 parent 7d3a97e commit 0e8af09
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 0e8af09

Please sign in to comment.