From 64a5fa5ff8bc3c8d9c95f419960ba52e04f25022 Mon Sep 17 00:00:00 2001
From: Robert Speicher <rspeicher@gmail.com>
Date: Fri, 31 Aug 2018 18:24:18 -0700
Subject: [PATCH] Enable `Lint/UselessAssignment` for haml-lint

---
 .haml-lint.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/.haml-lint.yml b/.haml-lint.yml
index fcdc47af60f9f..bad918ef35d19 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
-- 
GitLab