From 52efa3ec61c797c91551e4326209e22878f7bc19 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Thu, 9 Nov 2023 15:36:46 +0100 Subject: [PATCH] ci: fix linter errors --- run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run.sh b/run.sh index 0f9f5e2..67e6994 100644 --- a/run.sh +++ b/run.sh @@ -101,7 +101,7 @@ if [ -n "${SMTP_NETWORKS}" ]; then if grep -Eq "[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}/[0-9]{1,2}" <<<$i ; then nets+=", $i" elif grep -Eq "$ipv6re" <<<$i ; then - # shellcheck disable=SC1073,SC1126,SC1072 + # shellcheck disable=SC1073,SC1126,SC1072,SC1009 readarray -d \/ -t arr < <(printf '%s' "$i") # shellcheck disable=SC1001 nets+=", [${arr[0]}]/${arr[1]}" else