From 8d7ad53561f2e49365827d086bd1c5ec2b0ce5e7 Mon Sep 17 00:00:00 2001 From: connorshea Date: Fri, 18 Mar 2016 14:10:24 -0600 Subject: [PATCH] Disabled SelectorFormat rule for SCSS Lint in order to get the Rake task passing sooner. Discussed in #14299. [ci skip] --- .scss-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.