summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-01-13 11:05:51 -0500
committerKushal Pandya <kushal@gitlab.com>2017-01-24 10:09:28 -0800
commiteeb68676331afeca4208084d0dcec81bc5e9472c (patch)
tree7146a7a021b7c2c34edf745a6b367ef753ec9714
parent8c9a06c37c4cf9763b3781d7e567a7b442c2152c (diff)
downloadgitlab-ce-eeb68676331afeca4208084d0dcec81bc5e9472c.tar.gz
HAMLLint: Enable `UnnecessaryInterpolation` 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 7c8a9c4fd17..6e5296fb2aa 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -97,7 +97,7 @@ linters:
enabled: true
UnnecessaryInterpolation:
- enabled: false
+ enabled: true
UnnecessaryStringOutput:
enabled: false