summaryrefslogtreecommitdiff
path: root/.haml-lint.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-08-10 15:11:53 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2022-08-10 15:11:53 +0000
commit0a412bceb98cd7acd46701d75dbad9683cb33baf (patch)
tree4bb45380d97ae2c12cf101b2f30bcc5a9f114d89 /.haml-lint.yml
parent70eb0cf7518e1ccc2a26d9aaa9fc16e21c6de5f1 (diff)
downloadgitlab-ce-0a412bceb98cd7acd46701d75dbad9683cb33baf.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index 7db3d64409b..7d772831b2c 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -129,10 +129,13 @@ linters:
- Rails/RequestReferer
- Style/ColonMethodCall
- Style/ConditionalAssignment
+ - Style/FormatString
- Style/HashSyntax
+ - Style/IfInsideElse
- Style/IdenticalConditionalBranches
- Style/NegatedIf
- Style/NestedTernaryOperator
+ - Style/RedundantInterpolation
- Style/SelfAssignment
- Style/StringConcatenation
- Style/TernaryParentheses