You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recently the nu checker has been timing out on us and we needed a local solution to reduce false-negatives. I have set up the nu validator using their Nu Html Checker validator/validator docker image. Using a local nu version also cuts about 100ms off of each request.
I would like to use this image/container with w3cjs, but the w3cCheckUrl is not configurable as far as I can tell. Is it possible to add a configuration for w3cCheckUrl to the options object? Something like this:
Recently the
nu
checker has been timing out on us and we needed a local solution to reduce false-negatives. I have set up thenu
validator using their Nu Html Checker validator/validator docker image. Using a localnu
version also cuts about 100ms off of each request.I would like to use this image/container with w3cjs, but the
w3cCheckUrl
is not configurable as far as I can tell. Is it possible to add a configuration forw3cCheckUrl
to theoptions
object? Something like this:I could use a proxy, but due to the varying local and CI testing locations it would be prohibitive to set up multiple proxies to do this.
The usage of above would be something like...
I can submit a PR for this if it's something that would be accepted.
thanks for a great module!
Scott
The text was updated successfully, but these errors were encountered: