From 5ab9b1542760eeb5333a3df43087480da64b69e9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 18 Mar 2022 09:15:15 +0100 Subject: [PATCH] scripts/copyright.pl: ignore the new mlc_config.json file --- scripts/copyright.pl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/scripts/copyright.pl b/scripts/copyright.pl index 50ff98ad8f..d0e886b64f 100755 --- a/scripts/copyright.pl +++ b/scripts/copyright.pl @@ -82,6 +82,9 @@ my @skiplist=( # an empty control file "^zuul.d/playbooks/.zuul.ignore", + # markdown linkchecker config + "mlc_config.json", + ); sub scanfile {