diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-12-22 15:00:00 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-31 11:43:08 +0530 |
commit | 21777aa1ff9f4b54258d8091b3864a1a08f73cb9 (patch) | |
tree | 7f4bf96281fb02e143179e23a2a5528118180091 /.haml-lint.yml | |
parent | 44fddd29e1f210a0a8664673e8a8a142fb68929e (diff) | |
download | gitlab-ce-21777aa1ff9f4b54258d8091b3864a1a08f73cb9.tar.gz |
HAMLLint: Enable `AltText` 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 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 |