summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2017-01-16 09:56:26 -0500
committerKushal Pandya <kushal@gitlab.com>2017-01-24 10:09:28 -0800
commit41f130ea9b790d2e9248b4bd6bcbb7d3594906ba (patch)
treecae66240b75de00c285e699293a1df49a4124ff1
parentd15448632a02db0aca12d17bc243f96dbe1be62d (diff)
downloadgitlab-ce-41f130ea9b790d2e9248b4bd6bcbb7d3594906ba.tar.gz
HAMLLint: Enable `RubyComments` 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 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