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
2018-04-16Fix scss_lintClement Ho
2018-04-06Web IDE blob image + default fallbackTim Zallmann
2017-11-09Enable UnnecessaryMantissa in scss-lintTakuya Noguchi
2017-11-06Enable BorderZero rule in scss-lintTakuya Noguchi
2017-11-03Enable MergeableSelector in scss-lintTakuya Noguchi
2017-10-30Enable NestingDepth (level 6) on scss-lintTakuya Noguchi
2017-07-12Merge branch 'enable-scss-lint-declaration-order' into 'master'Clement Ho
Enable DeclarationOrder in scss-lint See merge request !12805
2017-07-12Merge branch 'enable-scss-lint-bang-format' into 'master'Clement Ho
Enable BangFormat in scss-lint See merge request !12815
2017-07-12Merge branch 'enable-scss-lint-unnecessary-parent-reference' into 'master'Clement Ho
Enable UnnecessaryParentReference in scss-lint See merge request !12738
2017-07-12Enable BangFormat in scss-lintTakuya Noguchi
2017-07-12Merge branch '34858-bump-scss-lint-to-0-54-0' into 'master'Rémy Coutable
Bump scss-lint to 0.54.0 Closes #34858 See merge request !12733
2017-07-12Enable DeclarationOrder in scss-lintTakuya Noguchi
2017-07-12Merge branch 'enable-scss-lint-import-path' into 'master'Clement Ho
Enable ImportPath in scss-lint See merge request !12749
2017-07-12Merge branch 'enable-scss-lint-property-spelling' into 'master'Clement Ho
Enable PropertySpelling in scss-lint See merge request !12752
2017-07-12Enable PropertySpelling in scss-lintTakuya Noguchi
2017-07-12Enable ImportPath in scss-lintTakuya Noguchi
2017-07-12Enable UnnecessaryParentReference in scss-lintTakuya Noguchi
2017-07-12Enable SpaceAfterComma in scss-lintTakuya Noguchi
2017-07-08Bump scss-lint to 0.54.0Takuya Noguchi
2017-05-26Enable DuplicateProperty scss-lintAnnabel Dunstone Gray
2017-05-26Enable final newline ruleAnnabel Dunstone Gray
2016-12-02Enable ColorVariable in scss-lintSam Rose
2016-10-26Enable PseudoElement in scss-lintClement Ho
2016-10-25Merge branch 'enable-scss-lint-single-line-per-selector' into 'master' Annabel Dunstone Gray
Enable SingleLinePerSelector in scss-lint ## What does this MR do? Enables `SingleLinePerSelector` in `.scss-lint.yml` ## Are there points in the code the reviewer needs to double check? This MR touches a lot of files, just need another pair of eyes to look through and make sure I didn't break anything. ## Why was this MR needed? Improve SCSS maintainability and consistency ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - Tests - [x] Added for this feature/bug - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #23485 See merge request !7081
2016-10-25Merge branch 'enable-scss-lint-space-after-variable-colon' into 'master' Annabel Dunstone Gray
Enable SpaceAfterVariableColon in scss-lint ## What does this MR do? Enables `SpaceAfterVariableColon` in `.scss-lint.yml` ## Are there points in the code the reviewer needs to double check? None ## Why was this MR needed? Improve SCSS maintainability and consistency ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - Tests - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #23485 See merge request !7080
2016-10-24Merge branch 'enable-scss-lint-space-around-operator' into 'master' Annabel Dunstone Gray
Enable SpaceAroundOperator in scss-lint ## What does this MR do? Enables `SpaceAroundOperator` in .`scss-lint.yml` ## Are there points in the code the reviewer needs to double check? None ## Why was this MR needed? Improve SCSS maintainability and consistency ## Screenshots (if relevant) None ## Does this MR meet the acceptance criteria? - Tests - [x] All builds are passing - [x] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html) - [x] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides) - [x] Branch has no merge conflicts with `master` (if it does - rebase it please) - [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits) ## What are the relevant issue numbers? #23485 See merge request !7078
2016-10-24Enable SingleLinePerSelector in scss-lintClement Ho
2016-10-24Enable SpaceAfterVariableColon in scss-lintClement Ho
2016-10-24Enable SpaceAroundOperator in scss-lintClement Ho
2016-10-24Enable trailingWhitespace in scss-lintClement Ho
2016-10-15Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lintClement Ho
2016-10-04Remove SCSS rules for short hex chars.Jacob Schatz
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.