-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
exclude certain URLs from checking #276
Comments
I just noticed that there is already some kind of configuration for this
but I can't find any implementation... |
Hi @ascheman I would like to work on this bug too, please assign this to me and let me know in case of any update update. |
@Prankurtiwari : The configuration has moved to htmlSanityCheck-core/src/main/java/org/aim42/htmlsanitycheck/Configuration.java as we switched from Groovy to Java meanwhile for the implementation of the core module. |
Perhaps @rdmueller could help elaborate on this? Per my understanding, the Configuration should be extended by a |
Hi! We have made a proposal for an implementation of this. Is there any possibility to create a pull request for this and have someone review and assess if this is something that could be included in a future release? Or how does one proceed? BR |
Thanks, sounds great.
Sure, did you fork the repository on GitHub? As soon as you push your changes, GH will ask whether you would like to create a PR against the upstream repository (cf. https://docs.github.com/en/pull-requests). |
ok, thank you |
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)
The text was updated successfully, but these errors were encountered: