Skip to content

Commit

Permalink
Merge pull request #355 from bcroesch/allow-hard-coded-laquo-raquo
Browse files Browse the repository at this point in the history
Allow laquo and raquo in HardCodedString linter
  • Loading branch information
etiennebarrie authored Sep 18, 2024
2 parents 93a6524 + b4bf19b commit 8a6c502
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 8a6c502

Please sign in to comment.