diff options
author | Rémy Coutable <remy@rymai.me> | 2017-07-12 10:42:46 +0000 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2017-07-12 10:42:46 +0000 |
commit | 7a7b0cc1a824861ba8fe8a16e3a413cdd6a47a4d (patch) | |
tree | 5c1bef67915689316f51fe77c11e5c83229dc76d /.scss-lint.yml | |
parent | dc05bcd885e441e8cac0e5038141bca0775f049d (diff) | |
parent | 96d2ce63acbfe6966ab16daeaf9accd38e8bf453 (diff) | |
download | gitlab-ce-7a7b0cc1a824861ba8fe8a16e3a413cdd6a47a4d.tar.gz |
Merge branch '34858-bump-scss-lint-to-0-54-0' into 'master'
Bump scss-lint to 0.54.0
Closes #34858
See merge request !12733
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 bf95b42a25c..b38e8b90c09 100644 --- a/.scss-lint.yml +++ b/.scss-lint.yml @@ -178,6 +178,10 @@ linters: SpaceAfterComma: enabled: true + # 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: |