Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit b630dbf

Browse files
committed
Update doc
1 parent c1164a0 commit b630dbf

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# lesshint-lint-xml-reporter
22
[![npm version](https://badge.fury.io/js/lesshint-lint-xml-reporter.svg)](https://www.npmjs.com/package/lesshint-lint-xml-reporter) [![Build Status](https://travis-ci.org/llaumgui/lesshint-lint-xml-reporter.svg?branch=master)](https://travis-ci.org/llaumgui/lesshint-lint-xml-reporter) [![Code Climate](https://codeclimate.com/github/llaumgui/lesshint-lint-xml-reporter/badges/gpa.svg)](https://codeclimate.com/github/llaumgui/lesshint-lint-xml-reporter) [![devDependency Status](https://david-dm.org/llaumgui/lesshint-lint-xml-reporter/dev-status.svg)](https://david-dm.org/llaumgui/lesshint-lint-xml-reporter#info=devDependencies)
33

4-
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).
4+
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/).
55

66
## Installation
77
Run the following command from the command line (add -g to install globally):

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lesshint-lint-xml-reporter",
3-
"description": "A lesshint reporter compatible with csslint's xml-lint format. Can be used by Jenkins.",
3+
"description": "A lesshint's reporter using the same lint-xml format that CSSLint. Can be used by Jenkins.",
44
"version": "1.0.0",
55
"main": "./reporter.js",
66
"homepage": "https://github.com/llaumgui/lesshint-lint-xml-reporter",
@@ -33,7 +33,8 @@
3333
"grunt-mdlint": "latest"
3434
},
3535
"scripts": {
36-
"test": "grunt travis --verbose"
36+
"test": "grunt travis --verbose",
37+
"lint": "grunt lint --verbose"
3738
},
3839
"license": "MIT",
3940
"bugs": {

0 commit comments

Comments
 (0)