Skip to content

llaumgui/lesshint-lint-xml-reporter

Repository files navigation

lesshint-lint-xml-reporter

Author Software License Build Status Latest Version

Quality Gate Status Coverage Maintainability Rating Reliability Rating Security Rating

A lesshint's reporter using the same lint-xml format that CSSLint. Can be used by Jenkins.

Installation

Run the following command from the command line (add -g to install globally):

npm install lesshint-lint-xml-reporter

Usage

Use lesshint with -r or --reporter option:

lesshint --reporter lesshint-lint-xml-reporter file.less
lesshint --reporter /path/to/lesshint-lint-xml-reporter/reporter.js file.less