stable

Clone or download

Read-only

request #9592: Lint new .scss files using scss-lint

* As done with phpcs and php files, further commits containing new scss files will be linted using scss-lint (if available). * npm run scss-lint also lint all the scss files found in sources (plugins included) * See https://github.com/brigade/scss-lint for scss-lint setup instructions Change-Id: I9f652425e6465c6c2223445559d1d776bc674fbf

Modified Files

Name
A .scss-lint.yml +183 −0 Go to diff View file
M gulpfile.js +18 −3 Go to diff View file
M package.json +6 −4 Go to diff View file
A tools/utils/githooks/pre-commit-03-scss-lint +90 −0 Go to diff View file
M tools/utils/tuleap-gulp-build.js +23 −10 Go to diff View file