From 72d827a9e2b82d610572954ab9f45a400ecaafce Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 4 Jun 2025 15:18:19 +0200 Subject: [PATCH] Enable no-trailing-whitespace test. --- antsibull-nox.toml | 1 + .../integration/targets/inventory_docker_machine/docker-machine | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/antsibull-nox.toml b/antsibull-nox.toml index e58ebde7..0b68d25b 100644 --- a/antsibull-nox.toml +++ b/antsibull-nox.toml @@ -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" diff --git a/tests/integration/targets/inventory_docker_machine/docker-machine b/tests/integration/targets/inventory_docker_machine/docker-machine index aad9e5fe..40ef76e7 100644 --- a/tests/integration/targets/inventory_docker_machine/docker-machine +++ b/tests/integration/targets/inventory_docker_machine/docker-machine @@ -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"