This repository was archived by the owner on Sep 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed
Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 1+ Gruntfile.coffee
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ npm install lesshint-lint-xml-reporter
1414Use [ lesshint] ( https://github.com/lesshint/lesshint ) with ` -r ` or ` --reporter ` option:
1515
1616``` bash
17- lesshint --reporter lint-xml file.less
18- lesshint --reporter /path/to/lesshint-lint-xml-reporter/lint-xml .js file.less
17+ lesshint --reporter lesshint- lint-xml-reporter file.less
18+ lesshint --reporter /path/to/lesshint-lint-xml-reporter/reporter .js file.less
1919```
Original file line number Diff line number Diff line change 11{
22 "name" : " lesshint-lint-xml-reporter" ,
33 "description" : " A lesshint reporter compatible with csslint's xml-lint format. Can be used by Jenkins." ,
4- "version" : " 0.9.0 " ,
5- "main" : " ./less-xml .js" ,
4+ "version" : " 0.9.1 " ,
5+ "main" : " ./reporter .js" ,
66 "homepage" : " https://github.com/llaumgui/lesshint-lint-xml-reporter" ,
77 "author" : {
88 "name" : " Guillaume Kulakowski" ,
3636 "bugs" : {
3737 "url" : " https://github.com/llaumgui/lesshint-lint-xml-reporter/issues"
3838 }
39- }
39+ }
Original file line number Diff line number Diff line change 22
33'use strict' ;
44module . exports = {
5- name : 'lint-xml' ,
5+ name : 'lesshint- lint-xml-reporter ' ,
66 report : function report ( results ) {
77 var resultsByfiles = { } ;
88 var output = '' ;
You can’t perform that action at this time.
0 commit comments