From 21777aa1ff9f4b54258d8091b3864a1a08f73cb9 Mon Sep 17 00:00:00 2001
From: Kushal Pandya <kushal@gitlab.com>
Date: Thu, 22 Dec 2016 15:00:00 +0530
Subject: [PATCH] HAMLLint: Enable `AltText` rule

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

diff --git a/.haml-lint.yml b/.haml-lint.yml
index da9a43d9c6d..a8f724072e4 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -7,7 +7,7 @@ exclude:
 
 linters:
   AltText:
-    enabled: false
+    enabled: true
 
   ClassAttributeWithStaticValue:
     enabled: false
-- 
GitLab