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:
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index 0ec1af6a6c1..1d1c0fa1de2 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -110,7 +110,6 @@ linters:
- Layout/EmptyLineAfterGuardClause
- Layout/LeadingCommentSpace
- Layout/SpaceAroundOperators
- - Layout/SpaceBeforeBlockBraces
- Layout/SpaceBeforeComma
- Layout/SpaceBeforeFirstArg
- Layout/SpaceInsideHashLiteralBraces
@@ -118,7 +117,6 @@ linters:
- Layout/TrailingEmptyLines
- Lint/LiteralInInterpolation
- Lint/ParenthesesAsGroupedExpression
- - Lint/RedundantWithIndex
- Lint/SafeNavigationConsistency
- Metrics/BlockNesting
- Naming/VariableName
@@ -133,7 +131,6 @@ linters:
- Style/IdenticalConditionalBranches
- Style/NegatedIf
- Style/NestedTernaryOperator
- - Style/ParenthesesAroundCondition
- Style/SelfAssignment
- Style/TernaryParentheses
- Style/TrailingCommaInHashLiteral