summaryrefslogtreecommitdiff
path: root/.haml-lint.yml
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-06-18 11:18:50 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2020-06-18 11:18:50 +0000
commit8c7f4e9d5f36cff46365a7f8c4b9c21578c1e781 (patch)
treea77e7fe7a93de11213032ed4ab1f33a3db51b738 /.haml-lint.yml
parent00b35af3db1abfe813a778f643dad221aad51fca (diff)
downloadgitlab-ce-8c7f4e9d5f36cff46365a7f8c4b9c21578c1e781.tar.gz
Add latest changes from gitlab-org/gitlab@13-1-stable-ee
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index 399fa9656a0..33a960f7efe 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -80,8 +80,8 @@ linters:
ignored_cops:
- Layout/BlockAlignment
- Layout/EndAlignment
+ - Layout/LineLength
- Lint/Void
- - Metrics/LineLength
- Naming/FileName
- Style/AlignParameters
- Style/BlockNesting
@@ -92,7 +92,6 @@ linters:
- Style/IfUnlessModifier
- Style/IndentationWidth
- Style/Next
- - Style/TrailingBlankLines
- Style/TrailingWhitespace
- Style/WhileUntilModifier
@@ -112,7 +111,7 @@ linters:
- Layout/SpaceInsideArrayLiteralBrackets
- Layout/SpaceInsideHashLiteralBraces
- Layout/SpaceInsideStringInterpolation
- - Layout/TrailingBlankLines
+ - Layout/TrailingEmptyLines
- Lint/BooleanSymbol
- Lint/LiteralInInterpolation
- Lint/ParenthesesAsGroupedExpression