-
- Downloads
There was a problem fetching the pipeline summary.
Merge branch '23319-enable-trailingsemicolon-on-scss-lint' into 'master'
Enforce TrailingSemicolon and EmptyLineBetweenBlocks in scss-lint ## What does this MR do? Enforces two new scss-lint rules 1. TrailingSemicolon 2. EmptyLineBetweenBlocks ## Are there points in the code the reviewer needs to double check? Make sure I didn't break anything## Why was this MR needed? Improve our SCSS, Lessen the burden of catching these during the review process ## Screenshots (if relevant) NOne ## Does this MR meet the acceptance criteria? - [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added - 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? Closes #23319 See merge request !6903
No related branches found
No related tags found
Pipeline #
Showing
- .scss-lint.yml 2 additions, 2 deletions.scss-lint.yml
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/stylesheets/behaviors.scss 1 addition, 0 deletionsapp/assets/stylesheets/behaviors.scss
- app/assets/stylesheets/framework/blocks.scss 2 additions, 0 deletionsapp/assets/stylesheets/framework/blocks.scss
- app/assets/stylesheets/framework/buttons.scss 5 additions, 1 deletionapp/assets/stylesheets/framework/buttons.scss
- app/assets/stylesheets/framework/callout.scss 5 additions, 0 deletionsapp/assets/stylesheets/framework/callout.scss
- app/assets/stylesheets/framework/common.scss 22 additions, 17 deletionsapp/assets/stylesheets/framework/common.scss
- app/assets/stylesheets/framework/dropdowns.scss 2 additions, 0 deletionsapp/assets/stylesheets/framework/dropdowns.scss
- app/assets/stylesheets/framework/files.scss 9 additions, 0 deletionsapp/assets/stylesheets/framework/files.scss
- app/assets/stylesheets/framework/forms.scss 3 additions, 1 deletionapp/assets/stylesheets/framework/forms.scss
- app/assets/stylesheets/framework/gitlab-theme.scss 1 addition, 1 deletionapp/assets/stylesheets/framework/gitlab-theme.scss
- app/assets/stylesheets/framework/header.scss 1 addition, 0 deletionsapp/assets/stylesheets/framework/header.scss
- app/assets/stylesheets/framework/lists.scss 1 addition, 0 deletionsapp/assets/stylesheets/framework/lists.scss
- app/assets/stylesheets/framework/logo.scss 7 additions, 0 deletionsapp/assets/stylesheets/framework/logo.scss
- app/assets/stylesheets/framework/mixins.scss 1 addition, 0 deletionsapp/assets/stylesheets/framework/mixins.scss
- app/assets/stylesheets/framework/nav.scss 1 addition, 0 deletionsapp/assets/stylesheets/framework/nav.scss
- app/assets/stylesheets/framework/selects.scss 4 additions, 0 deletionsapp/assets/stylesheets/framework/selects.scss
- app/assets/stylesheets/framework/timeline.scss 1 addition, 0 deletionsapp/assets/stylesheets/framework/timeline.scss
- app/assets/stylesheets/framework/tw_bootstrap.scss 10 additions, 0 deletionsapp/assets/stylesheets/framework/tw_bootstrap.scss
- app/assets/stylesheets/framework/typography.scss 1 addition, 0 deletionsapp/assets/stylesheets/framework/typography.scss
Please register or sign in to comment