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:
authorTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-08 14:12:49 +0300
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-08 14:29:39 +0300
commit96d2ce63acbfe6966ab16daeaf9accd38e8bf453 (patch)
tree492ce75972ef38383ad783f08c6daabe5308c22d /.scss-lint.yml
parent420f6b5474e49e17226415250846e48fe514fe0d (diff)
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: