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
AgeCommit message (Collapse)Author
2016-04-28Merge branch 'scss-url-linters' into 'master' Jacob Schatz
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-17Enable the UrlFormat and UrlQuotes SCSS Linters.Connor Shea
2016-04-17Enable the EmptyRule SCSS Linter.Connor Shea
Prevents empty SCSS rules from being included in the SCSS. Also fixes the handful of lints caught by the linter.
2016-04-05Add comments to the SCSS Lint config file [ci skip]connorshea
Also add some previously missing linters.
2016-03-30Enable SpaceBeforeBrace rule for SCSS Lintconnorshea
Also resolve all instances of spaces not being included before opening braces.
2016-03-18Disabled SelectorFormat rule for SCSS Lint in order to get the Rake task ↵connorshea
passing sooner. Discussed in #14299. [ci skip]
2016-03-15Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add ↵connorshea
documentation for SCSS Style Guide. See !3069 for more information.