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:
authorGitLab Bot <gitlab-bot@gitlab.com>2023-07-04 00:06:59 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2023-07-04 00:06:59 +0300
commit037e06544afe9593e47f95b2b36f92480a54e34c (patch)
treec84613c0d45e4b83cde04389dd18921921308388 /.haml-lint.yml
parente8e149fc945f6f78725f312254577fb03b7666ec (diff)
Add latest changes from gitlab-org/gitlab@master
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 3231627862d..08a2442e1eb 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -120,6 +120,7 @@ linters:
- Layout/SpaceInsideStringInterpolation
- Layout/TrailingEmptyLines
- Lint/AmbiguousOperatorPrecedence
+ - Lint/AssignmentInCondition
- Lint/LiteralInInterpolation
- Lint/ParenthesesAsGroupedExpression
- Lint/SafeNavigationConsistency
@@ -130,13 +131,14 @@ linters:
- Performance/RedundantMatch
- Performance/StringReplacement
- Rails/LinkToBlank
+ - Rails/OutputSafety
- Rails/RequestReferer
- Style/ColonMethodCall
- Style/ConditionalAssignment
- Style/FormatString
- Style/HashSyntax
- - Style/IfInsideElse
- Style/IdenticalConditionalBranches
+ - Style/IfInsideElse
- Style/NegatedIf
- Style/NestedTernaryOperator
- Style/RedundantInterpolation