⚠️

Code Climate Quality is being replaced with Qlty Cloud

— New users should sign up directly at qlty.sh.
— To migrate an existing account, please see our Migration Guide.

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.

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://.com/codeclimate/codeclimate

There is no configuration available for this engine

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