From ca275608b849fd45839692a56b81f49c7f0ebc7c Mon Sep 17 00:00:00 2001 From: deadc0de6 Date: Wed, 8 Feb 2023 20:42:29 +0100 Subject: [PATCH] remove link check ignores --- scripts/check_links.py | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/scripts/check_links.py b/scripts/check_links.py index 1193dbc..749c0c0 100755 --- a/scripts/check_links.py +++ b/scripts/check_links.py @@ -29,11 +29,7 @@ VALID_RET = [ IGNORES = [ 'badgen.net', ] -IGNORE_GENERIC = [ - 'assets/dotdrop.svg', - 'github.com/deadc0de6/dotdrop', - 'packages.debian.org', -] +IGNORE_GENERIC = [] USER_AGENT = ( 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) ' 'AppleWebKit/537.36 (KHTML, like Gecko) '