From 394d1d36428ece4683beea2ced9002d53507deca Mon Sep 17 00:00:00 2001 From: Bryan Finster Date: Thu, 14 Dec 2023 10:47:57 -0600 Subject: [PATCH] skip Github links --- .linkinator.config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.linkinator.config.json b/.linkinator.config.json index 6cf4e4c..df7bcf5 100644 --- a/.linkinator.config.json +++ b/.linkinator.config.json @@ -6,5 +6,6 @@ "directoryListing": true, "retry": true, "retryErrors": true, - "retryErrorsCount": 3 + "retryErrorsCount": 3, + "skip": "^(https://.*github.com)" }