From dd1823883d76ec0408498dbe87393f985790e5d9 Mon Sep 17 00:00:00 2001 From: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Date: Wed, 26 Oct 2022 18:58:52 +0900 Subject: [PATCH] chore(.markdown-link-check.json): ignore 127.0.0.1 (#2971) Signed-off-by: Kenji Miyake Signed-off-by: Kenji Miyake --- .markdown-link-check.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.markdown-link-check.json b/.markdown-link-check.json index dec3db1ad1c8d..c71a3e4253687 100644 --- a/.markdown-link-check.json +++ b/.markdown-link-check.json @@ -4,6 +4,9 @@ { "pattern": "^http://localhost" }, + { + "pattern": "^http://127\\.0\\.0\\.1" + }, { "pattern": "^https://github.com/.*/discussions/new" }