Skip to content

Commit

Permalink
rubocop: enable Style/FrozenStringLiteralComment
Browse files Browse the repository at this point in the history
  • Loading branch information
takahashim committed Dec 31, 2024
1 parent b12220e commit 3e8617e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,9 @@ Style/TernaryParentheses:
Enabled: false

Style/FrozenStringLiteralComment:
Enabled: false
Enabled: true
Exclude:
- 'samples/**/*'

Style/SafeNavigation:
Enabled: false
Expand Down

0 comments on commit 3e8617e

Please sign in to comment.