summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-23 17:18:23 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 11:43:08 +0530
commitdf4f896bcb86a53711725e8b6b62bfad894bc1e1 (patch)
tree25d1c10cff8c848da97fb705a60fdb50a064a0b4
parent598d8cab324782906c84e830b5e880949c0c7a83 (diff)
downloadgitlab-ce-df4f896bcb86a53711725e8b6b62bfad894bc1e1.tar.gz
HAMLLint: Enable `TrailingWhitespace` 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 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