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>2017-01-15 19:18:52 +0300
committerKushal Pandya <kushal@gitlab.com>2017-01-24 21:09:28 +0300
commitc5c4b4aaeadda70053288682a2595f3424100095 (patch)
tree08dd44eb04c3534daed78f917a53ae3fdbb499f6 /.haml-lint.yml
parentfa21471af626d1bfdb738e1a77e0d5b7fc3d85a3 (diff)
HAMLLint: Enable `UnnecessaryStringOutput` 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 6e5296fb2aa..dce6ff563d6 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -100,4 +100,4 @@ linters:
enabled: true
UnnecessaryStringOutput:
- enabled: false
+ enabled: true