diff options
author | Robert Speicher <rspeicher@gmail.com> | 2019-07-18 10:26:32 -0500 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2019-07-18 10:28:30 -0500 |
commit | c424ce52c9e89391dfc36337fb3dbbd812ad0749 (patch) | |
tree | d5bc5f6839ec8d8259ba7f3131e3aba8f374cddc /.haml-lint.yml | |
parent | 2044473dad12e925df4dda22bfef44418f045af4 (diff) | |
download | gitlab-ce-c424ce52c9e89391dfc36337fb3dbbd812ad0749.tar.gz |
Ensure haml-lint checks Syntax
Also ensures we check Syntax with RuboCop, which is different.
Diffstat (limited to '.haml-lint.yml')
-rw-r--r-- | .haml-lint.yml | 4 |
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 |