summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2019-07-18 10:26:32 -0500
committerRobert Speicher <rspeicher@gmail.com>2019-07-18 10:28:30 -0500
commitc424ce52c9e89391dfc36337fb3dbbd812ad0749 (patch)
treed5bc5f6839ec8d8259ba7f3131e3aba8f374cddc
parent2044473dad12e925df4dda22bfef44418f045af4 (diff)
downloadgitlab-ce-c424ce52c9e89391dfc36337fb3dbbd812ad0749.tar.gz
Ensure haml-lint checks Syntax
Also ensures we check Syntax with RuboCop, which is different.
-rw-r--r--.haml-lint.yml4
1 files changed, 3 insertions, 1 deletions
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