google-code-export / wro4j

Automatically exported from code.google.com/p/wro4j
1 stars 1 forks source link

Add a reportFormat option to the JSHint processor that works similar to the CSSLint processor's reportFormat option #661

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Add a reportFormat option to the JSHint processor to allow different report 
formats
2.
3.

What is the expected output? What do you see instead?
Make it is possible to change the used format by adding the option called 
"reportFormat" which can have one of the following values: lint-xml, 
checkstyle-xml, csslint-xml, jslint-xml

What version of the product are you using? On what operating system?
1.6.2
OS X Mountain Lion

Please provide any additional information below.

Original issue reported on code.google.com by chris_pe...@hotmail.com on 24 Jan 2013 at 9:55

GoogleCodeExporter commented 9 years ago
Similar with issue659 . This is actually a feature request, since it wasn't 
implemented for JsLint nor JsHint maven plugins.

Original comment by alex.obj...@gmail.com on 24 Jan 2013 at 9:57

GoogleCodeExporter commented 9 years ago
Fixed in branch 1.6.x

Original comment by alex.obj...@gmail.com on 24 Jan 2013 at 11:27