From 16ad6a8d0c6139be72a28b856b0c100d0225694e Mon Sep 17 00:00:00 2001 From: David Murphy Date: Tue, 9 Jul 2024 13:40:02 -0600 Subject: [PATCH] Disable Shell Check SC2329 - Warnings for functions not invoked --- bootstrap-salt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap-salt.sh b/bootstrap-salt.sh index 9cb3926..2ff8d8e 100755 --- a/bootstrap-salt.sh +++ b/bootstrap-salt.sh @@ -5,6 +5,7 @@ # https://github.com/saltstack/salt-bootstrap # shellcheck disable=SC2317 # shellcheck disable=SC2086 +# shellcheck disable=SC2329 # #====================================================================================================================== # vim: softtabstop=4 shiftwidth=4 expandtab fenc=utf-8 spell spelllang=en cc=120