Skip to content

Commit 180cd1c

Browse files
authored
Merge pull request #1071 from PHPCSStandards/feature/remark-url-check-ignore-stackoverflow
Remark/dead URL check: skip stack overflow link
2 parents a9f7355 + e4911d6 commit 180cd1c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.remarkrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"^https?://github\\.com/PHPCSStandards/PHP_CodeSniffer/compare/[0-9\\.]+?\\.{3}[0-9\\.]+",
1616
"^https?://github\\.com/[A-Za-z0-9-]+",
1717
"^https?://pear\\.php\\.net/bugs/bug\\.php\\?id=[0-9]+",
18-
"^https?://x\\.com/PHP_CodeSniffer"
18+
"^https?://x\\.com/PHP_CodeSniffer",
19+
"^https?://stackoverflow\\.com/questions/tagged/phpcodesniffer"
1920
],
2021
"deadOrAliveOptions": {
2122
"maxRetries": 3

0 commit comments

Comments
 (0)