From ef3744d0cd644d75b7fa573777baf29950172623 Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Thu, 22 Dec 2016 16:27:04 +0530 Subject: HAMLLint: Enable `ClassAttributeWithStaticValue` rule --- .haml-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.haml-lint.yml b/.haml-lint.yml index a8f724072e4..442128a8e94 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -10,7 +10,7 @@ linters: enabled: true ClassAttributeWithStaticValue: - enabled: false + enabled: true ClassesBeforeIds: enabled: false -- cgit v1.2.1