From 456100d5446d3e0855a55d4a6012a3ce0592ce2a Mon Sep 17 00:00:00 2001 From: dodger Date: Tue, 15 Aug 2023 09:35:05 +0200 Subject: [PATCH] shellcheck ok --- .shellcheckrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.shellcheckrc b/.shellcheckrc index 7159969..dbd0d5b 100644 --- a/.shellcheckrc +++ b/.shellcheckrc @@ -1,4 +1,4 @@ # SC2317: Command appears to be unreachable. <- unused functions on the template # SC2034: OPTION appears unused. Verify use <- unused variable on the template # SC1090: ShellCheck can't follow non-constant source. Use a directive to specify location. <- ${CONFIGFILE} -disable=SC2317,SC2034,SC1090 +disable=SC1090,SC2089,SC2000,SC2086,SC2090