twbs / grunt-bootlint

A Grunt wrapper for Bootlint, the HTML linter for Bootstrap projects

Home Page:https://www.npmjs.com/package/grunt-bootlint

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

option: stoponwarning

zacechola opened this issue · comments

Add more granular controls for task failure on (non-relaxed) warnings and errors.

For example:

  • (stoponerror && stoponwarning == false): Only fail the task on errors.
  • (stoponerror && stoponwarning): Fail the task on any error or warning.

This is sort of breaking behavior for stoponerror.