mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-21 19:24:46 +02:00
Linting: bump shellcheck version to 0.9.0 (#3041)
This commit is contained in:
parent
e6dee0f2f1
commit
fc25cd5f6b
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ REPOSITORY_ROOT=$(realpath "$(dirname "$(readlink -f "${0}")")"/../../)
|
||||||
LOG_LEVEL=${LOG_LEVEL:-debug}
|
LOG_LEVEL=${LOG_LEVEL:-debug}
|
||||||
HADOLINT_VERSION='2.9.2'
|
HADOLINT_VERSION='2.9.2'
|
||||||
ECLINT_VERSION='2.4.0'
|
ECLINT_VERSION='2.4.0'
|
||||||
SHELLCHECK_VERSION='0.8.0'
|
SHELLCHECK_VERSION='0.9.0'
|
||||||
|
|
||||||
# shellcheck source=./../../target/scripts/helpers/log.sh
|
# shellcheck source=./../../target/scripts/helpers/log.sh
|
||||||
source "${REPOSITORY_ROOT}/target/scripts/helpers/log.sh"
|
source "${REPOSITORY_ROOT}/target/scripts/helpers/log.sh"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue