summaryrefslogtreecommitdiff
path: root/.haml-lint.yml
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2018-08-31 18:24:18 -0700
committerRobert Speicher <rspeicher@gmail.com>2018-08-31 18:24:18 -0700
commita1cd338c6c31fbfde155adb4620f5314b45ca0ce (patch)
tree56d8a1480e5edb54296d935cdfaec889bd94335e /.haml-lint.yml
parent472f2d566633df6c1dee1f703b06958b9a0a2cd8 (diff)
downloadgitlab-ce-a1cd338c6c31fbfde155adb4620f5314b45ca0ce.tar.gz
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