Skip to content

Commit 282507e

Browse files
committed
Remark: skip flaky URL
The URL is correct, but Coveralls tends to throw 403 for automatic scans.
1 parent 1e7fd8f commit 282507e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.remarkrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"^https?://github\\.com/PHPCSStandards/PHPCSUtils/security/advisories/GHSA-.+",
1818
"^https://phpcsutils\\.com/phpdoc/classes/PHPCSUtils-Utils-FunctionDeclarations\\.html#method_isArrowFunction",
1919
"^https://phpcsutils\\.com/phpdoc/classes/PHPCSUtils-Utils-FunctionDeclarations\\.html#method_getArrowFunctionOpenClose",
20-
"^https://packagist.org/packages/phpcsstandards/phpcsutils#dev-develop"
20+
"^https://packagist.org/packages/phpcsstandards/phpcsutils#dev-develop",
21+
"^https://coveralls\\.io/github/PHPCSStandards/PHPCSUtils"
2122
],
2223
"deadOrAliveOptions": {
2324
"maxRetries": 3

0 commit comments

Comments
 (0)