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:
authorconnorshea <connor.james.shea@gmail.com>2016-03-18 23:10:24 +0300
committerconnorshea <connor.james.shea@gmail.com>2016-03-18 23:13:29 +0300
commit8d7ad53561f2e49365827d086bd1c5ec2b0ce5e7 (patch)
tree1ddac844cb170d25b8af17227c4c94cd2cca9c72 /.scss-lint.yml
parentfc75de7dc2c90deb0dccede8a42ada8cc4792678 (diff)
Disabled SelectorFormat rule for SCSS Lint in order to get the Rake task passing sooner.
Discussed in #14299. [ci skip]
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 e350b2073c3..937d3407b60 100644
--- a/.scss-lint.yml
+++ b/.scss-lint.yml
@@ -100,7 +100,7 @@ linters:
# Selectors should always use hyphenated-lowercase, rather than camelCase or
# snake_case.
SelectorFormat:
- enabled: true
+ enabled: false
convention: hyphenated_lowercase
# Prefer the shortest shorthand form possible for properties that support it.