145

Language / Framework: CSS
Checks: 32
Categories: Compatibility, Bug Risk
CSSLint Version: 0.10.0

Our CSSLint engine offers style checking for all CSS stylesheets. It also includes basic syntax checking and can check your code against a configured standard.

Enable the Plugin

To enable CSS Lint analysis, add the following to your .codeclimate.yml configuration file:

plugins:
  csslint:
    enabled: true

More information about the CLI is available in the README here: https://github.com/codeclimate/codeclimate

Configure the Plugin

There is no configuration available for this engine

Understand the Plugin

The official CSS Lint documentation has information about each of the checks the tool performs on your CSS code.