diff options
author | connorshea <connor.james.shea@gmail.com> | 2016-03-18 14:10:24 -0600 |
---|---|---|
committer | connorshea <connor.james.shea@gmail.com> | 2016-03-18 14:13:29 -0600 |
commit | 8d7ad53561f2e49365827d086bd1c5ec2b0ce5e7 (patch) | |
tree | 1ddac844cb170d25b8af17227c4c94cd2cca9c72 /.scss-lint.yml | |
parent | fc75de7dc2c90deb0dccede8a42ada8cc4792678 (diff) | |
download | gitlab-ce-8d7ad53561f2e49365827d086bd1c5ec2b0ce5e7.tar.gz |
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.yml | 2 |
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. |