-
-
Notifications
You must be signed in to change notification settings - Fork 199
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
Passing RegExp to --ignore-url
broken after v4.2.0 release
#745
Comments
Hm. Could you show build output or a file where this is the case? I just tried the following and it passed as expected:
|
This is a little more involved than I thought; I have to also use
|
@nwhetsell, you should use |
Will do, thanks! |
Bleh, so sorry this is another CLI arg issue. |
@gjtorikian No worries, thanks for your help and for all the work you do on HTMLProofer! |
Passing a RegExp to
--ignore-url
, like—htmlproofer webpage.html --ignore-urls '/^images\//'
—appears to be broken in v4.3.1 (URLs that start with
images/
are no longer ignored). This worked in v4.2.0.The text was updated successfully, but these errors were encountered: