docs: Add listener-operator where missing #9
reviewdog [shellcheck] report
reported by reviewdog 🐶
Findings (2)
docs/modules/kafka/examples/getting_started/getting_started.sh|87 col 44| To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
docs/modules/kafka/examples/getting_started/getting_started.sh|90 col 12| Use single quotes, otherwise this expands now rather than when signalled.
Filtered Findings (0)
Annotations
Check warning on line 87 in docs/modules/kafka/examples/getting_started/getting_started.sh
github-actions / shellcheck
[shellcheck] docs/modules/kafka/examples/getting_started/getting_started.sh#L87 <ShellCheck.SC2069>
To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify).
Raw output
./docs/modules/kafka/examples/getting_started/getting_started.sh:87:44: warning: To redirect stdout+stderr, 2>&1 must be last (or use '{ cmd > file; } 2>&1' to clarify). (ShellCheck.SC2069)
Check warning on line 90 in docs/modules/kafka/examples/getting_started/getting_started.sh
github-actions / shellcheck
[shellcheck] docs/modules/kafka/examples/getting_started/getting_started.sh#L90 <ShellCheck.SC2064>
Use single quotes, otherwise this expands now rather than when signalled.
Raw output
./docs/modules/kafka/examples/getting_started/getting_started.sh:90:12: warning: Use single quotes, otherwise this expands now rather than when signalled. (ShellCheck.SC2064)