mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-05-30 01:17:48 +02: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": [
|
||||
"^test/bats/",
|
||||
"^test/test_helper/bats-(assert|support)",
|
||||
"^test/test-files/",
|
||||
"\\.git/"
|
||||
]
|
||||
}
|
||||
|
@ -10,7 +10,7 @@ shopt -s inherit_errexit
|
||||
REPOSITORY_ROOT=$(realpath "$(dirname "$(readlink -f "${0}")")"/../../)
|
||||
LOG_LEVEL=${LOG_LEVEL:-debug}
|
||||
HADOLINT_VERSION='2.12.0'
|
||||
ECLINT_VERSION='2.7.0'
|
||||
ECLINT_VERSION='2.7.2'
|
||||
SHELLCHECK_VERSION='0.9.0'
|
||||
|
||||
# shellcheck source=./../../target/scripts/helpers/log.sh
|
||||
|
Loading…
x
Reference in New Issue
Block a user