Commit Graph

8 Commits

Author SHA1 Message Date
Jacob Schatz d96a89f3b7 Remove SCSS rules for short hex chars. 2016-10-03 20:40:22 -04:00
Jacob Schatz ed08bfdc26 Merge branch 'scss-url-linters' into 'master'
Enable the UrlFormat and UrlQuotes SCSS Linters.

There were no lints to fix for this one, so it's just preventative.

UrlFormat: URLs should be valid and not contain protocols or domain names.

UrlQuotes: URLs should always be enclosed within quotes.

cc: @jschatz1 

See merge request !3770
2016-04-28 19:59:53 +00:00
Connor Shea de95ab6257
Enable the UrlFormat and UrlQuotes SCSS Linters. 2016-04-16 18:03:20 -06:00
Connor Shea 37973bc143
Enable the EmptyRule SCSS Linter.
Prevents empty SCSS rules from being included in the SCSS.

Also fixes the handful of lints caught by the linter.
2016-04-16 17:56:13 -06:00
connorshea 21837bfb20 Add comments to the SCSS Lint config file [ci skip]
Also add some previously missing linters.
2016-04-04 17:48:24 -06:00
connorshea d80b8ed6d4 Enable SpaceBeforeBrace rule for SCSS Lint
Also resolve all instances of spaces not being included before opening
braces.
2016-03-30 14:30:06 -06:00
connorshea 8d7ad53561 Disabled SelectorFormat rule for SCSS Lint in order to get the Rake task passing sooner.
Discussed in #14299.

[ci skip]
2016-03-18 14:13:29 -06:00
connorshea 8d8b457ceb Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add documentation for SCSS Style Guide.
See !3069 for more information.
2016-03-14 20:33:54 -06:00