diff options
author | Kushal Pandya <kushal@gitlab.com> | 2017-01-16 09:56:26 -0500 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2017-01-24 10:09:28 -0800 |
commit | 41f130ea9b790d2e9248b4bd6bcbb7d3594906ba (patch) | |
tree | cae66240b75de00c285e699293a1df49a4124ff1 /.haml-lint.yml | |
parent | d15448632a02db0aca12d17bc243f96dbe1be62d (diff) | |
download | gitlab-ce-41f130ea9b790d2e9248b4bd6bcbb7d3594906ba.tar.gz |
HAMLLint: Enable `RubyComments` rule
Diffstat (limited to '.haml-lint.yml')
-rw-r--r-- | .haml-lint.yml | 2 |
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 |