Skip to content

Commit

Permalink
Allow laquo and raquo in HardCodedString linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bcroesch committed Jun 14, 2024
1 parent f82b3f7 commit b4bf19b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/erb_lint/linters/hard_coded_string.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ class HardCodedString < Linter
"&emsp;",
"&thinsp;",
"&times;",
"&laquo;",
"&raquo;",
])

class ConfigSchema < LinterConfig
Expand Down

0 comments on commit b4bf19b

Please sign in to comment.