can you provide failure item so that it will fail
kashjs opened this issue · 2 comments
kashjs commented
I need it to fail in case of an error so my jenkins doesn't deploy my project.
something like this:
.pipe(jshint())
.pipe(jshint.reporter('jshint-stylish'))
.pipe(jshint.reporter('fail'))
bezoerb commented
htmlhint.failReporter
just landed
kashjs commented
You are awesome. Thank You very much. This my friend is going to be use in an industry leading project.