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 15:53:12 +0300
committerTakuya Noguchi <tak.noguchi.iridge@gmail.com>2017-07-12 02:17:37 +0300
commit2fb911aafd9e3a84d096568d9f652d04a31329d2 (patch)
treec6853912304b1ecf3643c5f70527860bf06b74e2 /.scss-lint.yml
parent420f6b5474e49e17226415250846e48fe514fe0d (diff)
Enable SpaceAfterComma in scss-lint
Diffstat (limited to '.scss-lint.yml')
-rw-r--r--.scss-lint.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scss-lint.yml b/.scss-lint.yml
index db234ad739c..5037569d361 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -176,7 +176,7 @@ linters:
# Commas in lists should be followed by a space.
SpaceAfterComma:
- enabled: false
+ enabled: true
# Properties should be formatted with a single space separating the colon
# from the property's value.