summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-22 17:13:11 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 11:43:08 +0530
commit08e083db1c004f9bec076c910bd5240d282bfc68 (patch)
treec555b93ca107b40ab3b45d3f4159ab449e7fad8d
parent7b1944f96c6513486cc4a7be30f912e2f7a1110b (diff)
downloadgitlab-ce-08e083db1c004f9bec076c910bd5240d282bfc68.tar.gz
HAMLLint: Enable `FinalNewline` 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 442128a8e94..09f3ad41578 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -29,7 +29,7 @@ linters:
enabled: true
FinalNewline:
- enabled: false
+ enabled: true
present: true
HtmlAttributes: