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.
1 parent ee7e4f0 commit fdabbbfCopy full SHA for fdabbbf
.remarkrc
@@ -14,8 +14,12 @@
14
"skipUrlPatterns": [
15
"^https?://github\\.com/PHPCSStandards/PHP_CodeSniffer/compare/[0-9\\.]+?\\.{3}[0-9\\.]+",
16
"^https?://github\\.com/[A-Za-z0-9-]+",
17
+ "^https?://pear\\.php\\.net/bugs/bug\\.php\\?id=[0-9]+",
18
"^https?://x\\.com/PHP_CodeSniffer"
- ]
19
+ ],
20
+ "deadOrAliveOptions": {
21
+ "maxRetries": 3
22
+ }
23
}
24
],
25
"remark-lint-no-duplicate-defined-urls",
0 commit comments