Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed check for InitDb logs #328

Closed
wants to merge 9 commits into from

Removed check for InitDb logs

6e84fc8
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Closed

Removed check for InitDb logs #328

Removed check for InitDb logs
6e84fc8
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / shellcheck failed Sep 21, 2023 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (2)

docs/modules/airflow/examples/getting_started/code/getting_started.sh|85 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|88 col 12| Use single quotes, otherwise this expands now rather than when signalled.

Filtered Findings (0)

Annotations

Check warning on line 85 in docs/modules/airflow/examples/getting_started/code/getting_started.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] docs/modules/airflow/examples/getting_started/code/getting_started.sh#L85 <ShellCheck.SC2069>

To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
Raw output
./docs/modules/airflow/examples/getting_started/code/getting_started.sh:85:49: warning: To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify). (ShellCheck.SC2069)

Check warning on line 88 in docs/modules/airflow/examples/getting_started/code/getting_started.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] docs/modules/airflow/examples/getting_started/code/getting_started.sh#L88 <ShellCheck.SC2064>

Use single quotes, otherwise this expands now rather than when signalled.
Raw output
./docs/modules/airflow/examples/getting_started/code/getting_started.sh:88:12: warning: Use single quotes, otherwise this expands now rather than when signalled. (ShellCheck.SC2064)