Skip to content

Commit

Permalink
Merge pull request #231 from Yoast/feature/remark-link-check-tweak
Browse files Browse the repository at this point in the history
Remark: ignore a particular anchor link
  • Loading branch information
jrfnl authored Jan 8, 2025
2 parents da4169e + 4c286b9 commit 22e4b7b
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 22e4b7b

Please sign in to comment.