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-23 13:26:15 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-31 09:13:08 +0300
commit6f6f546bc23fa6d5b2ee6a41cf8cded243b8d962 (patch)
treedc18a7b4fef1a1fe144c32d548bd90f73d594580 /.haml-lint.yml
parentdd5ffd9ca648dba4c0b58be2172cd14c428fa654 (diff)
HAMLLint: Enable `SpaceBeforeScript` 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 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