-
Notifications
You must be signed in to change notification settings - Fork 9
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
Document/link to skipPatterns and todoPatterns #160
Comments
Related comment over at the underlying package used for checking links: Munter/hyperlink#148 |
ComFreek
changed the title
Document skipPatterns and todoPatterns
Document/link to skipPatterns and todoPatterns
Jul 12, 2020
for posterity: netlify-plugin-checklinks/lib/index.js Lines 26 to 37 in 07f1ef6
it just expects regex, but you can just do a strict filter too
|
alphapapa
added a commit
to jarrodmillman/scientific-python-hugo-theme
that referenced
this issue
Apr 10, 2024
alphapapa
added a commit
to jarrodmillman/scientific-python-hugo-theme
that referenced
this issue
Apr 10, 2024
Unlike the previous commit, which hoped that patterns were matched against computed/expanded link targets, this hopes that patterns are matched against HTML anchor HREF values. See <https://github.com/Munter/netlify-plugin-checklinks#configuration> and <Munter/netlify-plugin-checklinks#160>.
alphapapa
added a commit
to jarrodmillman/scientific-python-hugo-theme
that referenced
this issue
Apr 10, 2024
Unlike the previous two commits, this hopes that patterns are matched against the strings which show up in the log, like: FAIL load public/install See <https://github.com/Munter/netlify-plugin-checklinks#configuration> and <Munter/netlify-plugin-checklinks#160>.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just by looking at the readme, I couldn't figure out what kind of syntaxes they accept 😄
The text was updated successfully, but these errors were encountered: