mirror of
https://github.com/ansible-collections/community.docker.git
synced 2025-12-18 12:52:37 +00:00
Enable no-trailing-whitespace test.
This commit is contained in:
parent
5a992bb34d
commit
72d827a9e2
@ -37,6 +37,7 @@ run_no_unwanted_files = true
|
|||||||
no_unwanted_files_module_extensions = [".py"]
|
no_unwanted_files_module_extensions = [".py"]
|
||||||
no_unwanted_files_yaml_extensions = [".yml"]
|
no_unwanted_files_yaml_extensions = [".yml"]
|
||||||
run_action_groups = true
|
run_action_groups = true
|
||||||
|
run_no_trailing_whitespace = true
|
||||||
|
|
||||||
[[sessions.extra_checks.action_groups_config]]
|
[[sessions.extra_checks.action_groups_config]]
|
||||||
name = "docker"
|
name = "docker"
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
|
|
||||||
[ "$MOCK_ERROR_IN" == "$1" ] && echo >&2 "Mock Docker Machine error" && exit 1
|
[ "$MOCK_ERROR_IN" == "$1" ] && echo >&2 "Mock Docker Machine error" && exit 1
|
||||||
case $1 in
|
case $1 in
|
||||||
env)
|
env)
|
||||||
cat <<'EOF'
|
cat <<'EOF'
|
||||||
export DOCKER_TLS_VERIFY="1"
|
export DOCKER_TLS_VERIFY="1"
|
||||||
export DOCKER_HOST="tcp://134.209.204.160:2376"
|
export DOCKER_HOST="tcp://134.209.204.160:2376"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user