Ignore javadoc.io links (#5878)
This commit is contained in:
parent
5ccc7fccb3
commit
7310b90530
|
@ -3,5 +3,10 @@
|
||||||
"aliveStatusCodes": [
|
"aliveStatusCodes": [
|
||||||
200,
|
200,
|
||||||
403
|
403
|
||||||
|
],
|
||||||
|
"ignorePatterns": [
|
||||||
|
{
|
||||||
|
"pattern": "^https://(www\\.)?javadoc\\.io"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue