summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKushal Pandya <kushal@gitlab.com>2016-12-26 15:57:58 +0530
committerKushal Pandya <kushal@gitlab.com>2016-12-31 11:48:42 +0530
commit8e2a76d2dee86ed05bc5ed144424a33b45f92da7 (patch)
tree0b71fcf3e669a9aaba2d7d330b2ba1a3e43073c8
parent97f3c8f3c9480f92375aa3fbb09138bdf43792c6 (diff)
downloadgitlab-ce-8e2a76d2dee86ed05bc5ed144424a33b45f92da7.tar.gz
HAMLLint: Enable `SpaceInsideHashAttributes` 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 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: