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-26 13:27:58 +0300
committerKushal Pandya <kushal@gitlab.com>2016-12-31 09:18:42 +0300
commit8e2a76d2dee86ed05bc5ed144424a33b45f92da7 (patch)
tree0b71fcf3e669a9aaba2d7d330b2ba1a3e43073c8 /.haml-lint.yml
parent97f3c8f3c9480f92375aa3fbb09138bdf43792c6 (diff)
HAMLLint: Enable `SpaceInsideHashAttributes` 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 ee3da0d5822..7c8a9c4fd17 100644
--- a/.haml-lint.yml
+++ b/.haml-lint.yml
@@ -83,7 +83,7 @@ linters:
enabled: true
SpaceInsideHashAttributes:
- enabled: false
+ enabled: true
style: space
Indentation: