It seems usage of --filterpattern option from validator is a useful thing with some stuff like Angular to ignore some required HTML attribute like ng-something="".
This should be a multiple value option, that will be automatically joined (validator expect only one regex).
Think about to add this option to the CLI.
It seems usage of
--filterpatternoption from validator is a useful thing with some stuff like Angular to ignore some required HTML attribute likeng-something="".This should be a multiple value option, that will be automatically joined (validator expect only one regex).
Think about to add this option to the CLI.