From b16b71d9680d18de67b5bb40ca75d12c5926b6b4 Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Wed, 20 Dec 2023 20:57:39 -0800 Subject: [PATCH] mdox ignore checking twitter urls (#7001) Signed-off-by: Ben Ye --- .mdox.validate.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.mdox.validate.yaml b/.mdox.validate.yaml index 73632ba7483..94355e319e2 100644 --- a/.mdox.validate.yaml +++ b/.mdox.validate.yaml @@ -40,3 +40,5 @@ validators: type: 'ignore' - regex: 'krisztianfekete\.org' type: 'ignore' + - regex: 'twitter\.com' + type: 'ignore'