Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llaumgui/lesshint-lint-xml-reporter
A lesshint reporter compatible with csslint's xml-lint format. Can be used by Jenkins.
https://github.com/llaumgui/lesshint-lint-xml-reporter
csslint javascript lesshint lint-xml-format npm-package reporter
Last synced: about 6 hours ago
JSON representation
A lesshint reporter compatible with csslint's xml-lint format. Can be used by Jenkins.
- Host: GitHub
- URL: https://github.com/llaumgui/lesshint-lint-xml-reporter
- Owner: llaumgui
- License: mit
- Created: 2016-06-22T17:16:26.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T08:42:04.000Z (11 months ago)
- Last Synced: 2024-04-04T10:02:49.695Z (8 months ago)
- Topics: csslint, javascript, lesshint, lint-xml-format, npm-package, reporter
- Language: CoffeeScript
- Homepage:
- Size: 126 KB
- Stars: 1
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# lesshint-lint-xml-reporter
[![Author][ico-twitter]][link-twitter]
[![Software License][ico-license]](LICENSE)
[![Build Status][ico-ghactions]][link-ghactions]
[![Latest Version][ico-version]][link-npm][![Quality Gate Status][ico-sonarcloud-gate]][link-sonarcloud-gate]
[![Coverage][ico-sonarcloud-coverage]][link-sonarcloud-coverage]
[![Maintainability Rating][ico-sonarcloud-maintainability]][link-sonarcloud-maintainability]
[![Reliability Rating][ico-sonarcloud-reliability]][link-sonarcloud-reliability]
[![Security Rating][ico-sonarcloud-security]][link-sonarcloud-security]A [lesshint](https://github.com/lesshint/lesshint)'s [reporter](https://github.com/lesshint/lesshint/blob/master/lib/lesshint.js#reporters) using the same lint-xml format that [CSSLint](https://github.com/CSSLint/csslint). Can be used by [Jenkins](https://jenkins.io/).
## Installation
Run the following command from the command line (add -g to install globally):
```bash
npm install lesshint-lint-xml-reporter
```## Usage
Use [lesshint](https://github.com/lesshint/lesshint) with `-r` or `--reporter` option:
```bash
lesshint --reporter lesshint-lint-xml-reporter file.less
lesshint --reporter /path/to/lesshint-lint-xml-reporter/reporter.js file.less
```[ico-twitter]: https://img.shields.io/static/v1?label=Author&message=llaumgui&color=000&logo=x&style=flat-square
[link-twitter]: https://twitter.com/llaumgui
[ico-ghactions]: https://img.shields.io/github/actions/workflow/status/llaumgui/lesshint-lint-xml-reporter/devops.yml?label=DevOps&logo=github&style=flat-square
[link-ghactions]: https://github.com/llaumgui/lesshint-lint-xml-reporter/actions
[ico-version]: https://img.shields.io/npm/v/lesshint-lint-xml-reporter?include_prereleases&label=Package%20version&style=flat-square&logo=npm
[link-npm]: https://www.npmjs.com/package/lesshint-lint-xml-reporter
[ico-license]: https://img.shields.io/github/license/llaumgui/lesshint-lint-xml-reporter?style=flat-square
[ico-sonarcloud-gate]: https://sonarcloud.io/api/project_badges/measure?branch=main&project=llaumgui_lesshint-lint-xml-reporter&metric=alert_status
[link-sonarcloud-gate]: https://sonarcloud.io/dashboard?id=llaumgui_lesshint-lint-xml-reporter&branch=main
[ico-sonarcloud-coverage]: https://sonarcloud.io/api/project_badges/measure?project=llaumgui_lesshint-lint-xml-reporter&metric=coverage
[link-sonarcloud-coverage]: https://sonarcloud.io/dashboard?id=llaumgui_lesshint-lint-xml-reporter
[ico-sonarcloud-maintainability]: https://sonarcloud.io/api/project_badges/measure?project=llaumgui_lesshint-lint-xml-reporter&metric=sqale_rating
[link-sonarcloud-maintainability]: https://sonarcloud.io/dashboard?id=llaumgui_lesshint-lint-xml-reporter
[ico-sonarcloud-reliability]: https://sonarcloud.io/api/project_badges/measure?project=llaumgui_lesshint-lint-xml-reporter&metric=reliability_rating
[link-sonarcloud-reliability]: https://sonarcloud.io/dashboard?id=llaumgui_lesshint-lint-xml-reporter
[ico-sonarcloud-security]: https://sonarcloud.io/api/project_badges/measure?project=llaumgui_lesshint-lint-xml-reporter&metric=security_rating
[link-sonarcloud-security]: https://sonarcloud.io/dashboard?id=llaumgui_lesshint-lint-xml-reporter