From 0bdf50162080ae8ea56ace6214e90474838ed0b5 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Thu, 7 Nov 2024 06:22:50 -0500 Subject: [PATCH] Adjust ignore rules --- userguide/.htmltest.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/userguide/.htmltest.yml b/userguide/.htmltest.yml index 33db4bdc4..9ef7c974a 100644 --- a/userguide/.htmltest.yml +++ b/userguide/.htmltest.yml @@ -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 + - ^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