Skip to content

Commit 5812aab

Browse files
authored
Merge pull request #896 from PHPCSStandards/feature/remarklint-tolerate-flaky-pear-links
Remark/dead URL check: skip flaky PEAR links
2 parents ee7e4f0 + fdabbbf commit 5812aab

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.remarkrc

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,12 @@
1414
"skipUrlPatterns": [
1515
"^https?://github\\.com/PHPCSStandards/PHP_CodeSniffer/compare/[0-9\\.]+?\\.{3}[0-9\\.]+",
1616
"^https?://github\\.com/[A-Za-z0-9-]+",
17+
"^https?://pear\\.php\\.net/bugs/bug\\.php\\?id=[0-9]+",
1718
"^https?://x\\.com/PHP_CodeSniffer"
18-
]
19+
],
20+
"deadOrAliveOptions": {
21+
"maxRetries": 3
22+
}
1923
}
2024
],
2125
"remark-lint-no-duplicate-defined-urls",

0 commit comments

Comments
 (0)