Enable no-trailing-whitespace test.

This commit is contained in:
Felix Fontein 2025-06-04 15:18:19 +02:00
parent 5a992bb34d
commit 72d827a9e2
2 changed files with 2 additions and 1 deletions

View File

@ -37,6 +37,7 @@ run_no_unwanted_files = true
no_unwanted_files_module_extensions = [".py"]
no_unwanted_files_yaml_extensions = [".yml"]
run_action_groups = true
run_no_trailing_whitespace = true
[[sessions.extra_checks.action_groups_config]]
name = "docker"

View File

@ -7,7 +7,7 @@
[ "$MOCK_ERROR_IN" == "$1" ] && echo >&2 "Mock Docker Machine error" && exit 1
case $1 in
env)
env)
cat <<'EOF'
export DOCKER_TLS_VERIFY="1"
export DOCKER_HOST="tcp://134.209.204.160:2376"