From 4c286b9a5230e79184afc59106e8957bd7090134 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Wed, 8 Jan 2025 18:10:34 +0100 Subject: [PATCH] Remark: ignore a particular anchor link ... as Remark seems to be struggling with it and we don't have influence on the potentially broken HTML created by GH anyway, so we can't fix the anchor on the page. The link works, so it really is a non-issue and the failing CI builds are getting annoying. --- .remarkrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.remarkrc b/.remarkrc index e31fae7..aa6a555 100644 --- a/.remarkrc +++ b/.remarkrc @@ -12,7 +12,8 @@ "remark-lint-no-dead-urls", { "skipUrlPatterns": [ - "^https?://github\\.com/Yoast/PHPUnit-Polyfills/compare/[0-9\\.]+?\\.{3}[0-9\\.]+" + "^https?://github\\.com/Yoast/PHPUnit-Polyfills/compare/[0-9\\.]+?\\.{3}[0-9\\.]+", + "https://github.com/Yoast/PHPUnit-Polyfills/issues/186#issuecomment-2334326687" ] } ],