summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-22 16:27:04 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 11:43:08 +0530
commitef3744d0cd644d75b7fa573777baf29950172623 (patch)
treee2219ae113ad785f4f04386b662cea3e6a971609
parent71dc50f048ce5604e331f69cb50c4fa6b4a73bbb (diff)
downloadgitlab-ce-ef3744d0cd644d75b7fa573777baf29950172623.tar.gz
HAMLLint: Enable `ClassAttributeWithStaticValue` rule
-rw-r--r--.haml-lint.yml2
1 files changed, 1 insertions, 1 deletions
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