html-validator
html-validator copied to clipboard
Ignore JSON response based on message property
trafficstars
Right now it looks like the ignore option only works with text responses: https://github.com/zrrrzzt/html-validator/blob/master/lib/setup-options.js#L7. It could work just as well with JSON responses, I think, if it were checked against the message property.
Are you open to a PR implementing this?
👍