From 6f6f546bc23fa6d5b2ee6a41cf8cded243b8d962 Mon Sep 17 00:00:00 2001 From: Kushal Pandya Date: Fri, 23 Dec 2016 15:56:15 +0530 Subject: [PATCH] HAMLLint: Enable `SpaceBeforeScript` rule --- .haml-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.haml-lint.yml b/.haml-lint.yml index 1dac5c06a4c..eaa7f2ab547 100644 --- a/.haml-lint.yml +++ b/.haml-lint.yml @@ -80,7 +80,7 @@ linters: enabled: false SpaceBeforeScript: - enabled: false + enabled: true SpaceInsideHashAttributes: enabled: false