diff --git a/scripts/chk_shellscripts/chk_shellscripts.sh b/scripts/chk_shellscripts/chk_shellscripts.sh index f94d9f2da..c94b947d9 100755 --- a/scripts/chk_shellscripts/chk_shellscripts.sh +++ b/scripts/chk_shellscripts/chk_shellscripts.sh @@ -14,4 +14,4 @@ if [ ! -f "${SHELLCHECK}" ]; then fi mapfile -t FILES < <(find . -type f -name "*.sh") -"${SHELLCHECK}" "${FILES[@]}" +"${SHELLCHECK}" -o all "${FILES[@]}"