diff options
author | Robert Speicher <rspeicher@gmail.com> | 2018-08-31 18:24:18 -0700 |
---|---|---|
committer | Robert Speicher <rspeicher@gmail.com> | 2018-08-31 18:24:18 -0700 |
commit | a1cd338c6c31fbfde155adb4620f5314b45ca0ce (patch) | |
tree | 56d8a1480e5edb54296d935cdfaec889bd94335e /.haml-lint.yml | |
parent | 472f2d566633df6c1dee1f703b06958b9a0a2cd8 (diff) | |
download | gitlab-ce-a1cd338c6c31fbfde155adb4620f5314b45ca0ce.tar.gz |
Enable `Lint/UselessAssignment` for haml-lint
Diffstat (limited to '.haml-lint.yml')
-rw-r--r-- | .haml-lint.yml | 1 |
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 |