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-16 17:56:26 +0300
committerKushal Pandya <kushal@gitlab.com>2017-01-24 21:09:28 +0300
commit41f130ea9b790d2e9248b4bd6bcbb7d3594906ba (patch)
treecae66240b75de00c285e699293a1df49a4124ff1 /.haml-lint.yml
parentd15448632a02db0aca12d17bc243f96dbe1be62d (diff)
HAMLLint: Enable `RubyComments` 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 dce6ff563d6..312476fcefa 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -77,7 +77,7 @@ linters:
- Style/WhileUntilModifier
RubyComments:
- enabled: false
+ enabled: true
SpaceBeforeScript:
enabled: true