Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-23 14:48:23 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-31 09:13:08 +0300
commitdf4f896bcb86a53711725e8b6b62bfad894bc1e1 (patch)
tree25d1c10cff8c848da97fb705a60fdb50a064a0b4 /.haml-lint.yml
parent598d8cab324782906c84e830b5e880949c0c7a83 (diff)
HAMLLint: Enable `TrailingWhitespace` rule
Diffstat (limited to '.haml-lint.yml')
-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