Skip to content

Commit

Permalink
tools: Bump SHELLCHECK_VERSION from 0.9.0 to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
igorpecovnik committed Jul 20, 2024
1 parent 075b75d commit 984050a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/functions/general/shellcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function shellcheck_debian_control_scripts() {

function run_tool_shellcheck() {
# Default version
SHELLCHECK_VERSION=${SHELLCHECK_VERSION:-0.9.0} # https://github.com/koalaman/shellcheck/releases
SHELLCHECK_VERSION=${SHELLCHECK_VERSION:-0.10.0} # https://github.com/koalaman/shellcheck/releases

declare non_cache_dir="/armbian-tools/shellcheck" # To deploy/reuse cached SHELLCHECK in a Docker image.

Expand Down

0 comments on commit 984050a

Please sign in to comment.