From a7439bc4f04683f9e3ffbb8595e129fdba0a214b Mon Sep 17 00:00:00 2001 From: bgravenorst Date: Wed, 11 Sep 2024 08:44:43 +1000 Subject: [PATCH] Add ignore links. Signed-off-by: bgravenorst --- linkcheck/config/link-check.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/linkcheck/config/link-check.json b/linkcheck/config/link-check.json index 0e56263..5d6b708 100644 --- a/linkcheck/config/link-check.json +++ b/linkcheck/config/link-check.json @@ -52,6 +52,14 @@ { "comment": "Docusaurus-format links", "pattern": "\\[.*?\\]\\([^)]+\\)" + }, + { + "comment": "Ignore specific GitHub commit link", + "pattern": "^http(s)?://github.com/Consensys/linea-contracts-audit/commit/99039ebc8d6cb3009cf46286d5de4c484e03bc81" + }, + { + "comment": "Ignore specific HackQuest link", + "pattern": "^http(s)?://www.hackquest.io/en/hackathon/Linea-Dev-Cook-Off" } ], "httpHeaders": [