mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
ci: Update eclint
to 2.7.2
(#3584)
This release contains a bugfix for charset detection, resolving a linting bug affecting the test-files directory.
This commit is contained in:
parent
f6e556e33f
commit
811a769845
|
@ -3,7 +3,6 @@
|
||||||
"Exclude": [
|
"Exclude": [
|
||||||
"^test/bats/",
|
"^test/bats/",
|
||||||
"^test/test_helper/bats-(assert|support)",
|
"^test/test_helper/bats-(assert|support)",
|
||||||
"^test/test-files/",
|
|
||||||
"\\.git/"
|
"\\.git/"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,7 +10,7 @@ shopt -s inherit_errexit
|
||||||
REPOSITORY_ROOT=$(realpath "$(dirname "$(readlink -f "${0}")")"/../../)
|
REPOSITORY_ROOT=$(realpath "$(dirname "$(readlink -f "${0}")")"/../../)
|
||||||
LOG_LEVEL=${LOG_LEVEL:-debug}
|
LOG_LEVEL=${LOG_LEVEL:-debug}
|
||||||
HADOLINT_VERSION='2.12.0'
|
HADOLINT_VERSION='2.12.0'
|
||||||
ECLINT_VERSION='2.7.0'
|
ECLINT_VERSION='2.7.2'
|
||||||
SHELLCHECK_VERSION='0.9.0'
|
SHELLCHECK_VERSION='0.9.0'
|
||||||
|
|
||||||
# shellcheck source=./../../target/scripts/helpers/log.sh
|
# shellcheck source=./../../target/scripts/helpers/log.sh
|
||||||
|
|
Loading…
Reference in a new issue