Skip to content

Commit

Permalink
Re-enable Style/FrozenStringLiteralComment cop
Browse files Browse the repository at this point in the history
  • Loading branch information
mvz committed May 31, 2024
1 parent 022bc7e commit 46012c1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,6 @@ Style/StringLiterals:
Style/SymbolArray:
EnforcedStyle: brackets

# Code is currently broken with frozen string literal comments applied.
# TODO: Enable and fix build
Style/FrozenStringLiteralComment:
Enabled: false

# Be relatively lenient with line length
Layout/LineLength:
Max: 94
Expand Down

0 comments on commit 46012c1

Please sign in to comment.