Skip to content

Commit 4f38c6f

Browse files
committed
Revert "Remark config: skip select PEAR URLs"
This reverts commit c7a0f5a.
1 parent 996aa65 commit 4f38c6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.remarkrc

+1-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@
1313
{
1414
"skipUrlPatterns": [
1515
"^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/user/.+",
18-
"^https?://pear\\.php\\.net/bugs/bug\\.php\\?id=[0-9]+"
16+
"^https?://github\\.com/[A-Za-z0-9-]+"
1917
]
2018
}
2119
],

0 commit comments

Comments
 (0)