diff options
author | Kushal Pandya <kushal@gitlab.com> | 2017-01-16 10:07:03 -0500 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2017-01-24 10:09:28 -0800 |
commit | cd232bf7eee164810775bfbf5de3d830effdcff9 (patch) | |
tree | ff019be214c4c33b02f804ac8fa23a94e4dae2df /.haml-lint.yml | |
parent | ff24f0e455d8196bd781e3b5d4a7b3f21d9e2020 (diff) | |
download | gitlab-ce-cd232bf7eee164810775bfbf5de3d830effdcff9.tar.gz |
HAMLLint: Enable `MultilinePipe` 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 312476fcefa..528f99d08d2 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -46,7 +46,7 @@ linters: max: 80 MultilinePipe: - enabled: false + enabled: true MultilineScript: enabled: true |