diff --git a/.remarkrc b/.remarkrc index 038f7b6287..425f042917 100644 --- a/.remarkrc +++ b/.remarkrc @@ -13,7 +13,9 @@ { "skipUrlPatterns": [ "^https?://github\\.com/PHPCSStandards/PHP_CodeSniffer/compare/[0-9\\.]+?\\.{3}[0-9\\.]+", - "^https?://github\\.com/[A-Za-z0-9-]+" + "^https?://github\\.com/[A-Za-z0-9-]+", + "^https?://pear\\.php\\.net/user/.+", + "^https?://pear\\.php\\.net/bugs/bug\\.php\\?id=[0-9]+" ] } ],