SCSS Lint
Deprecated
This plugin is pending removal. Please use the Stylelint instead.
Language / Framework: SCSS
Checks: 60
Categories: Style
SCSS Lint Version: 0.52.0
SCSS Lint is a configurable tool for writing clean and consistent scss/sass.
Enable the Plugin
To enable SCSS Lint for your hosted analysis, add the following to your .codeclimate.yml
configuration file:
plugins:
scss-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 scss-lint itself. If you would like to tweak the results, you can add a .scss-lint.yml
file to your repository. The default configuration can be found here.
Understand the Plugin
The official SCSS Lint documentation has great detailed information about the checks and configurations available in the tool.
Updated almost 2 years ago