Skip to content

Commit

Permalink
Enable CommentSyntax ERB Linter
Browse files Browse the repository at this point in the history
It's a default linter in erb_lint 0.3.0, and it's useful during
development since I'm always unsure about the right way to add ERB
comments.
  • Loading branch information
javierm committed Mar 17, 2023
1 parent e85a5be commit b332460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .erb-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ linters:
enabled: true
ClosingErbTagIndent:
enabled: true
CommentSyntax:
enabled: true
ErbSafety:
enabled: true
ExtraNewline:
Expand Down

0 comments on commit b332460

Please sign in to comment.