Gulp JSHint checkstyle reporter
Writes checkstyle output to a stream. This can be used to report JSHint results to Jenkins.
Installation
npm install --save-dev gulp-jshint-checkstyle-reporter
Usage
Gulp
var gulp = ;var jshint = ;var checkstyleReporter = ; gulp;
Options
You could optionally pass an options object into the checkstyleReporter
function:
- filename (defaults to checkstyle.xml). Default filename of the output xml file.
- Any other jshint-checkstyle reporter option.