summaryrefslogtreecommitdiff
path: root/.scss-lint.yml
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'scss-url-linters' into 'master' Jacob Schatz2016-04-281-2/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | 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
| * Enable the UrlFormat and UrlQuotes SCSS Linters.Connor Shea2016-04-161-2/+2
| |
* | Enable the EmptyRule SCSS Linter.Connor Shea2016-04-161-1/+1
|/ | | | | | Prevents empty SCSS rules from being included in the SCSS. Also fixes the handful of lints caught by the linter.
* Add comments to the SCSS Lint config file [ci skip]connorshea2016-04-041-0/+105
| | | | Also add some previously missing linters.
* Enable SpaceBeforeBrace rule for SCSS Lintconnorshea2016-03-301-1/+2
| | | | | Also resolve all instances of spaces not being included before opening braces.
* Disabled SelectorFormat rule for SCSS Lint in order to get the Rake task ↵connorshea2016-03-181-1/+1
| | | | | | | | passing sooner. Discussed in #14299. [ci skip]
* Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add ↵connorshea2016-03-141-0/+158
documentation for SCSS Style Guide. See !3069 for more information.