bezoerb/gulp-htmlhint

can you provide failure item so that it will fail

kashjs opened this issue · 2 comments

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'))

htmlhint.failReporter just landed

You are awesome. Thank You very much. This my friend is going to be use in an industry leading project.