htmlSanityCheck
htmlSanityCheck copied to clipboard
exclude certain URLs from checking
in the same way in which I can configure which http codes are failure, warning and success, I would like to configure a list of URLs which are excluded from the http check: (maybe as regexp)
httpExcludeURLs = [ '(http|https)://example.com.*']
I just noticed that there is already some kind of configuration for this
https://github.com/aim42/htmlSanityCheck/blob/6dc5e59d2330a14bd6c6ec053cd0a0dd5142f3c7/src/main/groovy/org/aim42/htmlsanitycheck/Configuration.groovy#L71
but I can't find any implementation...