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:
@@ -5,6 +5,8 @@ linters:
|
||||
enabled: true
|
||||
ClosingErbTagIndent:
|
||||
enabled: true
|
||||
CommentSyntax:
|
||||
enabled: true
|
||||
ErbSafety:
|
||||
enabled: true
|
||||
ExtraNewline:
|
||||
|
||||
Reference in New Issue
Block a user