diff options
author | Kushal Pandya <kushal@gitlab.com> | 2016-12-23 17:18:23 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2016-12-31 11:43:08 +0530 |
commit | df4f896bcb86a53711725e8b6b62bfad894bc1e1 (patch) | |
tree | 25d1c10cff8c848da97fb705a60fdb50a064a0b4 /.haml-lint.yml | |
parent | 598d8cab324782906c84e830b5e880949c0c7a83 (diff) | |
download | gitlab-ce-df4f896bcb86a53711725e8b6b62bfad894bc1e1.tar.gz |
HAMLLint: Enable `TrailingWhitespace` 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 eaa7f2ab547..ee3da0d5822 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -94,7 +94,7 @@ linters: enabled: true TrailingWhitespace: - enabled: false + enabled: true UnnecessaryInterpolation: enabled: false |