diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-12-22 16:27:04 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-31 11:43:08 +0530 |
commit | ef3744d0cd644d75b7fa573777baf29950172623 (patch) | |
tree | e2219ae113ad785f4f04386b662cea3e6a971609 /.haml-lint.yml | |
parent | 71dc50f048ce5604e331f69cb50c4fa6b4a73bbb (diff) | |
download | gitlab-ce-ef3744d0cd644d75b7fa573777baf29950172623.tar.gz |
HAMLLint: Enable `ClassAttributeWithStaticValue` rule
Diffstat (limited to '.haml-lint.yml')
-rw-r--r-- | .haml-lint.yml | 2 |
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 |