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:
authorRobert Speicher <rspeicher@gmail.com>2018-09-01 04:24:18 +0300
committerRobert Speicher <rspeicher@gmail.com>2018-09-01 04:24:18 +0300
commita1cd338c6c31fbfde155adb4620f5314b45ca0ce (patch)
tree56d8a1480e5edb54296d935cdfaec889bd94335e /.haml-lint.yml
parent472f2d566633df6c1dee1f703b06958b9a0a2cd8 (diff)
Enable `Lint/UselessAssignment` for haml-lint
Diffstat (limited to '.haml-lint.yml')
-rw-r--r--.haml-lint.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/.haml-lint.yml b/.haml-lint.yml
index fcdc47af60f..bad918ef35d 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -113,7 +113,6 @@ linters:
- Lint/ParenthesesAsGroupedExpression
- Lint/RedundantWithIndex
- Lint/Syntax
- - Lint/UselessAssignment
- Metrics/BlockNesting
- Naming/VariableName
- Performance/RedundantMatch