From 35bc0c8a7735b7e586c7c47d313d8c35f1ecbfe3 Mon Sep 17 00:00:00 2001 From: Andreas Nedbal Date: Sun, 10 May 2020 11:58:08 +0200 Subject: [PATCH] Ignore Layout/EmptyLineAfterGuardClause in HAML --- .haml-lint.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.haml-lint.yml b/.haml-lint.yml index 19bc4a02..0b91a1dc 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -85,6 +85,7 @@ linters: - Lint/EndAlignment - Lint/Void - Layout/AlignParameters + - Layout/EmptyLineAfterGuardClause - Layout/IndentationWidth - Layout/TrailingEmptyLines - Layout/TrailingWhitespace