Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-04 01:21:48 +0300
committerStan Hu <stanhu@gmail.com>2019-05-05 13:24:27 +0300
commit1a284ddac7f4d61879a5909b2cb1e1c582028245 (patch)
tree2fb5352d24ab84f919082f1041a8eeadc3570cbb /.haml-lint.yml
parent398371984f09e409e433cc34f7152b29d3613c8b (diff)
Add more HAML lint rules
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index 6766f672c53..94d1e4f0d86 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -94,6 +94,7 @@ linters:
# These cops should eventually get enabled
- Cop/LineBreakAroundConditionalBlock
+ - Cop/LineBreakAfterGuardClauses
- Cop/ProjectPathHelper
- GitlabSecurity/PublicSend
- Layout/EmptyLineAfterGuardClause
@@ -112,6 +113,7 @@ linters:
- Lint/LiteralInInterpolation
- Lint/ParenthesesAsGroupedExpression
- Lint/RedundantWithIndex
+ - Lint/SafeNavigationConsistency
- Lint/Syntax
- Metrics/BlockNesting
- Naming/VariableName