Ensure haml-lint checks Syntax

Also ensures we check Syntax with RuboCop, which is different.
This commit is contained in:
Robert Speicher 2019-07-18 10:26:32 -05:00
parent 2044473dad
commit c424ce52c9
No known key found for this signature in database
GPG key ID: 1D812769A7706642

View file

@ -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:
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