Commit c424ce52 authored by Robert Speicher's avatar Robert Speicher

Ensure haml-lint checks Syntax

Also ensures we check Syntax with RuboCop, which is different.
parent 2044473d
...@@ -118,7 +118,6 @@ linters: ...@@ -118,7 +118,6 @@ linters:
- Lint/ParenthesesAsGroupedExpression - Lint/ParenthesesAsGroupedExpression
- Lint/RedundantWithIndex - Lint/RedundantWithIndex
- Lint/SafeNavigationConsistency - Lint/SafeNavigationConsistency
- Lint/Syntax
- Metrics/BlockNesting - Metrics/BlockNesting
- Naming/VariableName - Naming/VariableName
- Performance/RedundantMatch - Performance/RedundantMatch
...@@ -155,6 +154,9 @@ linters: ...@@ -155,6 +154,9 @@ linters:
enabled: true enabled: true
style: space style: space
Syntax:
enabled: true
Indentation: Indentation:
enabled: true enabled: true
character: space # or tab character: space # or tab
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment