From e6708430d190e5b07cbf31336cf37f4c9abe3119 Mon Sep 17 00:00:00 2001 From: Leonid Kondrashov Date: Mon, 21 Aug 2023 15:01:05 +0800 Subject: [PATCH] Ignore Twitter links during link check linter Signed-off-by: Leonid Kondrashov --- configs/.linkcheck.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configs/.linkcheck.json b/configs/.linkcheck.json index 6dbb8ba49..243a2b0fd 100644 --- a/configs/.linkcheck.json +++ b/configs/.linkcheck.json @@ -5,6 +5,9 @@ }, { "pattern": "^https://opensource.org*" + }, + { + "pattern": "^https://twitter.com*" } ], "replacementPatterns": [