Disable link checker for http://logback.qos.ch (#9510)
This commit is contained in:
parent
4deb652934
commit
8d1f3d2606
|
@ -13,6 +13,9 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"pattern": "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$"
|
"pattern": "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"pattern": "^http://logback\\.qos\\.ch"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue