From cae4cbeb8b4fdfc21921648aff26475f140ab610 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=B4=E6=99=9F=20Wu=20Sheng?= Date: Mon, 3 Mar 2025 19:58:40 +0800 Subject: [PATCH] Exclude x from link check (#13075) --- .dlc.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.dlc.json b/.dlc.json index 3f5d114474..4a0bb02cc4 100644 --- a/.dlc.json +++ b/.dlc.json @@ -20,6 +20,9 @@ }, { "pattern": "^http://www.gnu.org/software/libc/documentation.html" + }, + { + "pattern": "^https://x.com/AsfSkyWalking" } ], "timeout": "10s",