We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 055056c + 35893f2 commit 0e6d22aCopy full SHA for 0e6d22a
.remarkrc
@@ -8,7 +8,15 @@
8
["remark-lint-linebreak-style", "unix"],
9
["remark-lint-link-title-style", "\""],
10
["remark-lint-ordered-list-marker-style", "."],
11
- ["remark-lint-no-dead-urls", {"skipUrlPatterns": ["https://www.php.net/"]}],
+ [
12
+ "remark-lint-no-dead-urls",
13
+ {
14
+ "skipUrlPatterns": [
15
+ "https://www.php.net/",
16
+ "^https?://github\\.com/PHPCSStandards/PHPCSExtra/compare/[0-9\\.]+?\\.{3}[0-9\\.]+"
17
+ ]
18
+ }
19
+ ],
20
"remark-lint-no-duplicate-defined-urls",
21
"remark-lint-no-duplicate-definitions",
22
"remark-lint-no-empty-url",
0 commit comments