1.0.1 • Published 2 years ago

lesshint-lint-xml-reporter v1.0.1

Weekly downloads
35
License
MIT
Repository
github
Last release
2 years ago

lesshint-lint-xml-reporter

Author Build Status Latest Version Libraries.io dependency status for latest release Software License

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