From 99b0ef07f247b42d8fb0dd1edb628691c0a54917 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javi=20Mart=C3=ADn?= Date: Fri, 17 Mar 2023 18:58:04 +0100 Subject: [PATCH] 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. --- .erb-lint.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.erb-lint.yml b/.erb-lint.yml index 025fe0acb..5e93f2fae 100644 --- a/.erb-lint.yml +++ b/.erb-lint.yml @@ -5,6 +5,8 @@ linters: enabled: true ClosingErbTagIndent: enabled: true + CommentSyntax: + enabled: true ErbSafety: enabled: true ExtraNewline: