-
- Downloads
Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add...
Add SCSS Lint, CSSComb config file, run SCSS Lint in GitLab CI, add documentation for SCSS Style Guide. See !3069 for more information.
Showing
- .csscomb.json 16 additions, 0 deletions.csscomb.json
- .gitlab-ci.yml 8 additions, 0 deletions.gitlab-ci.yml
- .scss-lint.yml 158 additions, 0 deletions.scss-lint.yml
- CONTRIBUTING.md 2 additions, 0 deletionsCONTRIBUTING.md
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 4 additions, 0 deletionsGemfile.lock
- doc/development/scss_styleguide.md 194 additions, 0 deletionsdoc/development/scss_styleguide.md
- lib/tasks/scss-lint.rake 10 additions, 0 deletionslib/tasks/scss-lint.rake
.csscomb.json
0 → 100644
.scss-lint.yml
0 → 100644
Loading
| Loading
| @@ -286,6 +286,7 @@ group :development, :test do |
gem 'spring-commands-teaspoon', '~> 0.0.2' | ||
gem 'rubocop', '~> 0.35.0', require: false | ||
gem 'scss_lint', '~> 0.47.0', require: false | ||
gem 'coveralls', '~> 0.8.2', require: false | ||
gem 'simplecov', '~> 0.10.0', require: false | ||
gem 'flog', require: false | ||
Loading
| Loading
|
doc/development/scss_styleguide.md
0 → 100644
lib/tasks/scss-lint.rake
0 → 100644
Please register or sign in to comment