Enable CommentSyntax ERB Linter

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.
This commit is contained in:
Javi Martín
2023-03-17 18:58:04 +01:00
parent 09a62d6f2c
commit 99b0ef07f2

View File

@@ -5,6 +5,8 @@ linters:
enabled: true enabled: true
ClosingErbTagIndent: ClosingErbTagIndent:
enabled: true enabled: true
CommentSyntax:
enabled: true
ErbSafety: ErbSafety:
enabled: true enabled: true
ExtraNewline: ExtraNewline: