Skip to content

Commit

Permalink
Revert "Remark config: skip select PEAR URLs"
Browse files Browse the repository at this point in the history
This reverts commit c7a0f5a.
  • Loading branch information
jrfnl committed Oct 13, 2024
1 parent 1a6269a commit eefa33e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .remarkrc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
{
"skipUrlPatterns": [
"^https?://github\\.com/PHPCSStandards/PHP_CodeSniffer/compare/[0-9\\.]+?\\.{3}[0-9\\.]+",
"^https?://github\\.com/[A-Za-z0-9-]+",
"^https?://pear\\.php\\.net/user/.+",
"^https?://pear\\.php\\.net/bugs/bug\\.php\\?id=[0-9]+"
"^https?://github\\.com/[A-Za-z0-9-]+"
]
}
],
Expand Down

0 comments on commit eefa33e

Please sign in to comment.