Skip to content
Snippets Groups Projects
Unverified Commit c424ce52 authored by Robert Speicher's avatar Robert Speicher
Browse files

Ensure haml-lint checks Syntax

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