Skip to content

Update templated files to rev 63572a8 #138

Update templated files to rev 63572a8

Update templated files to rev 63572a8 #138

GitHub Actions / shellcheck failed Mar 19, 2024 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (1)

scripts/run_tests.sh|3 col 21| Double quote array expansions to avoid re-splitting elements.

Filtered Findings (2)

docs/modules/airflow/examples/getting_started/code/getting_started.sh|87 col 49| To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
docs/modules/airflow/examples/getting_started/code/getting_started.sh|90 col 12| Use single quotes, otherwise this expands now rather than when signalled.

Annotations

Check failure on line 3 in scripts/run_tests.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] scripts/run_tests.sh#L3 <ShellCheck.SC2068>

Double quote array expansions to avoid re-splitting elements.
Raw output
./scripts/run_tests.sh:3:21: error: Double quote array expansions to avoid re-splitting elements. (ShellCheck.SC2068)