scss-lint
is a tool to help keep your SCSS files
clean and readable by running it against a collection of
configurable linter rules. You can run it
manually from the command line, or integrate it into your
SCM hooks.
You can get more informations at: https://github.com/brigade/scss-lint.
docker run --rm -v $(pwd):/app rvip/scss-lint
You can pass in every options scss-lint accepts:
docker run --rm -v $(pwd):/app rvip/scss-lint src/
For the full list of options, go to scss-lint official README.
git clone https://github.com/ReputationVIP/docker-scss-lint.git && cd docker-scss-lint
docker build -t your-namespace/scss-lint .