Skip to content

Commit

Permalink
Adjust ignore rules
Browse files Browse the repository at this point in the history
  • Loading branch information
chalin committed Nov 7, 2024
1 parent 3a9f0d1 commit 0bdf501
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion userguide/.htmltest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,14 @@ IgnoreEmptyHref: true # FIXME
IgnoreInternalEmptyHash: true # FIXME
IgnoreInternalURLs: # list of paths
IgnoreURLs: # list of regexs of paths or URLs to be ignored
- (index.xml|_print/)$ # ignore <link rel=alternate ...>
- ^https?://[^/]+/(categories|tags)/ # ignore Docsy-generated content
- ^https?://localhost\b
# Ignore Docsy-generated GitHub links for now
- ^https?://github\.com/.*?/.*?/(new|edit)/ # view-page, edit-source etc
# Ignore links to GH repo content for now.
- ^https?://github\.com/.*?/.*?/(blob|tree)/
- ^https://twitter.com/docsydocs$
# Too flaky unnecessary
# Too flaky or unnecessary
- ^https://badges.netlify.com/api
- ^https://code.jquery.com

0 comments on commit 0bdf501

Please sign in to comment.