shellcheck ok

This commit is contained in:
dodger 2023-08-15 09:35:05 +02:00
parent 65a3231bea
commit 456100d544
Signed by: dodger
GPG Key ID: F6701F6CB4D1C826

View File

@ -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