Skip to content

Commit

Permalink
Merge pull request #131 from Yoast/feature/remarklint-ignore-release-…
Browse files Browse the repository at this point in the history
…compare-links

RemarkLint: ignore version release compare links
  • Loading branch information
jrfnl committed Jun 6, 2023
2 parents d5a196c + 9aa4e26 commit f4c425a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,14 @@
["remark-lint-linebreak-style", "unix"],
["remark-lint-link-title-style", "\""],
["remark-lint-ordered-list-marker-style", "."],
"remark-lint-no-dead-urls",
[
"remark-lint-no-dead-urls",
{
"skipUrlPatterns": [
"^https?://github\\.com/Yoast/PHPUnit-Polyfills/compare/[0-9\\.]+?\\.{3}[0-9\\.]+"
]
}
],
"remark-lint-no-duplicate-definitions",
"remark-lint-no-empty-url",
"remark-lint-no-file-name-consecutive-dashes",
Expand Down

0 comments on commit f4c425a

Please sign in to comment.