Update HTML Proofer to ignore doxygen generated HTML

This commit is contained in:
thephez 2018-01-09 16:50:26 -05:00
parent ec47d3855e
commit 3d9adeeb52

View file

@ -25,6 +25,8 @@ HTML::Proofer.new(
## Check whether HTML is well-formed
:check_html => true,
:file_ignore => [ /.*\/(doxygen)\/.*/ ],
## Links to ignore
:href_ignore => [
'#', ## hrefs pointing to the current page (htmlproofer fails them)