diff options
author | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-08 20:12:49 +0900 |
---|---|---|
committer | Takuya Noguchi <tak.noguchi.iridge@gmail.com> | 2017-07-08 20:29:39 +0900 |
commit | 96d2ce63acbfe6966ab16daeaf9accd38e8bf453 (patch) | |
tree | 492ce75972ef38383ad783f08c6daabe5308c22d /.scss-lint.yml | |
parent | 420f6b5474e49e17226415250846e48fe514fe0d (diff) | |
download | gitlab-ce-96d2ce63acbfe6966ab16daeaf9accd38e8bf453.tar.gz |
Bump scss-lint to 0.54.0
Diffstat (limited to '.scss-lint.yml')
-rw-r--r-- | .scss-lint.yml | 4 |
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: |