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:11:26 +0300
committerStan Hu <stanhu@gmail.com>2019-05-05 13:24:27 +0300
commit398371984f09e409e433cc34f7152b29d3613c8b (patch)
tree1f6d1f49db2351620fc1141220b59944bd8ef821 /.haml-lint.yml
parent09b44072e7749248a0224840e72de1b2a5cac671 (diff)
Add exceptions to HAML lint
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index bad918ef35d..6766f672c53 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -93,10 +93,10 @@ linters:
- Style/WhileUntilModifier
# These cops should eventually get enabled
- - Cop/LineBreakAfterGuardClauses
- Cop/LineBreakAroundConditionalBlock
- Cop/ProjectPathHelper
- GitlabSecurity/PublicSend
+ - Layout/EmptyLineAfterGuardClause
- Layout/LeadingCommentSpace
- Layout/SpaceAfterColon
- Layout/SpaceAfterComma
@@ -117,6 +117,7 @@ linters:
- Naming/VariableName
- Performance/RedundantMatch
- Performance/StringReplacement
+ - Rails/LinkToBlank
- Rails/Presence
- Rails/RequestReferer
- Style/AndOr
@@ -134,6 +135,7 @@ linters:
- Style/TernaryParentheses
- Style/TrailingCommaInHashLiteral
- Style/UnlessElse
+ - Style/UnneededCondition
- Style/WordArray
- Style/ZeroLengthPredicate