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>2020-05-29 00:08:22 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-05-29 00:08:22 +0300
commitd7b136d5471b5925ff784f78b9c11ec63c2a3549 (patch)
tree6c4417fb367459613e84a2d34625abccd13e6405 /.haml-lint.yml
parent1ec60cf53bc498b12c597ff0d91434a1bdb7cba9 (diff)
Add latest changes from gitlab-org/gitlab@master
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