summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-24 21:35:42 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-24 21:35:42 +0000
commitadd3a2c4431f29ca84c956f5604769505f0f0904 (patch)
tree2e556af1f52d87fa618e3031bdf5b3a185d8aabc /.scss-lint.yml
parent5a4e6721786dd080cd40ca4ea23fc4202a85e73f (diff)
parentf035cd486a5d929881fc7b36c9bd716d6b5c0ae4 (diff)
downloadgitlab-ce-add3a2c4431f29ca84c956f5604769505f0f0904.tar.gz
Merge branch 'enable-scss-lint-space-after-variable-colon' into 'master'
Enable SpaceAfterVariableColon in scss-lint ## What does this MR do? Enables `SpaceAfterVariableColon` in `.scss-lint.yml` ## Are there points in the code the reviewer needs to double check? None ## Why was this MR needed? Improve SCSS maintainability and consistency ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - Tests - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #23485 See merge request !7080
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 f3c21ccd149..9bdf438d995 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -191,7 +191,7 @@ linters:
# Variables should be formatted with a single space separating the colon
# from the variable's value.
SpaceAfterVariableColon:
- enabled: false
+ enabled: true
# Variables should be formatted with no space between the name and the
# colon.