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>2016-12-22 14:43:11 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-31 09:13:08 +0300
commit08e083db1c004f9bec076c910bd5240d282bfc68 (patch)
treec555b93ca107b40ab3b45d3f4159ab449e7fad8d /.haml-lint.yml
parent7b1944f96c6513486cc4a7be30f912e2f7a1110b (diff)
HAMLLint: Enable `FinalNewline` 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 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: