summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
diff options
context:
space:
mode:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-08 20:12:49 +0900
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-08 20:29:39 +0900
commit96d2ce63acbfe6966ab16daeaf9accd38e8bf453 (patch)
tree492ce75972ef38383ad783f08c6daabe5308c22d /.scss-lint.yml
parent420f6b5474e49e17226415250846e48fe514fe0d (diff)
downloadgitlab-ce-96d2ce63acbfe6966ab16daeaf9accd38e8bf453.tar.gz
Bump scss-lint to 0.54.0
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index db234ad739c..02fc586a1c4 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -178,6 +178,10 @@ linters:
SpaceAfterComma:
enabled: false
+ # Comment literals should be followed by a space.
+ SpaceAfterComment:
+ enabled: false
+
# Properties should be formatted with a single space separating the colon
# from the property's value.
SpaceAfterPropertyColon: