From 014fde9b6bbe4560a9262c695035875200c0ea12 Mon Sep 17 00:00:00 2001 From: Ben Ye Date: Wed, 20 Dec 2023 14:19:38 -0800 Subject: [PATCH] mdox ignore checking twitter urls 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 73632ba748..94355e319e 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'