Writes checkstyle output to a file. This can be used to report gulp-htmlhint results to Jenkins.
Install
$ npm i -D gulp-htmlhint-checkstyle-file-reporter
Usage
var gulp = var del = var vinylPaths = var htmlhint = var concat = var header = var footer = var REPORT_DIR = 'reports/'var FILE_NAME = 'htmlhint-checkstyle.xml' // You can specify file name optionally,// default file name is 'htmlhint-checkstyle.xml'processenvHTMLHINT_CHECKSTYLE_FILE = REPORT_DIR + FILE_NAME gulp