From c424ce52c9e89391dfc36337fb3dbbd812ad0749 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Thu, 18 Jul 2019 10:26:32 -0500 Subject: Ensure haml-lint checks Syntax Also ensures we check Syntax with RuboCop, which is different. --- .haml-lint.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.haml-lint.yml') diff --git a/.haml-lint.yml b/.haml-lint.yml index 0412b24a48c..399fa9656a0 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -118,7 +118,6 @@ linters: - Lint/ParenthesesAsGroupedExpression - Lint/RedundantWithIndex - Lint/SafeNavigationConsistency - - Lint/Syntax - Metrics/BlockNesting - Naming/VariableName - Performance/RedundantMatch @@ -155,6 +154,9 @@ linters: enabled: true style: space + Syntax: + enabled: true + Indentation: enabled: true character: space # or tab -- cgit v1.2.3