Skip to content

Commit

Permalink
Remark: ignore a particular anchor link
Browse files Browse the repository at this point in the history
... 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.
  • Loading branch information
jrfnl committed Jan 8, 2025
1 parent da4169e commit 4c286b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
]
}
],
Expand Down

0 comments on commit 4c286b9

Please sign in to comment.