From f8fe6f08c0878483443b0382a32cf6aeb39535f1 Mon Sep 17 00:00:00 2001 From: igorpecovnik <6281704+igorpecovnik@users.noreply.github.com> Date: Fri, 16 Jan 2026 04:02:44 +0000 Subject: [PATCH] tools: Bump `SHELLCHECK_VERSION` from 0.11.0 to null --- lib/tools/shellcheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tools/shellcheck.sh b/lib/tools/shellcheck.sh index e56b4727f8..d601f4f158 100755 --- a/lib/tools/shellcheck.sh +++ b/lib/tools/shellcheck.sh @@ -7,7 +7,7 @@ # This file is a part of the Armbian Build Framework # https://github.com/armbian/build/ -SHELLCHECK_VERSION=${SHELLCHECK_VERSION:-0.11.0} # https://github.com/koalaman/shellcheck/releases +SHELLCHECK_VERSION=${SHELLCHECK_VERSION:-null} # https://github.com/koalaman/shellcheck/releases SRC="$( cd "$(dirname "$0")/../.."