Skip to content

Scss lint

Eugenij requested to merge scss-lint into master

Apply lint:scss --fix.

For some reason, lint:scss doesn't report the issues that lint:scss --fix fixes. Because of that, some code pass the CI but end up being corrected later when running lint:scss --fix locally, which makes it difficult to use since it adds unrelated changes to the working tree.

Merge request reports