Disable link checker for http://logback.qos.ch (#9510)

This commit is contained in:
Lauri Tulmin 2023-09-20 13:42:08 +03:00 committed by GitHub
parent 4deb652934
commit 8d1f3d2606
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,9 @@
},
{
"pattern": "^https://kotlinlang\\.org/docs/coroutines-overview\\.html$"
},
{
"pattern": "^http://logback\\.qos\\.ch"
}
]
}