Sass Lint
A Node-only Sass linter for both sass and scss syntax!
Language / Framework: Sass
Checks: 73
Categories: Style
Sass Lint Version: 1.12.0
Sass Lint is a Node-only Sass linter for both sass and scss syntax!
Enable the Plugin
To enable Sass Lint for your hosted analysis, add the following to your .codeclimate.yml
configuration file:
plugins:
sass-lint:
enabled: true
More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate
Configure the Plugin
This engine supports the same configuration file as sass-lint itself. If you would like to tweak the results, you can add a .sass-lint.yml
or .sasslintrc
file to your repository. The default configuration can be found here.
You may also configure rules within your .codeclimate.yml
configuration file as documented here.
Understand the Plugin
The official Sass Lint documentation has great detailed information about the checks and configurations available in the tool.
Updated about 6 years ago