Skip to content

Support zookeeper 3.9.1 #53

Support zookeeper 3.9.1

Support zookeeper 3.9.1 #53

GitHub Actions / shellcheck failed Feb 8, 2024 in 1s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (1)

docs/modules/zookeeper/examples/getting_started/code/getting_started.sh|115 col 7| Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.

Filtered Findings (0)

Annotations

Check notice on line 115 in docs/modules/zookeeper/examples/getting_started/code/getting_started.sh

See this annotation in the file changed.

@github-actions github-actions / shellcheck

[shellcheck] docs/modules/zookeeper/examples/getting_started/code/getting_started.sh#L115 <ShellCheck.SC2181>

Check exit code directly with e.g. 'if mycmd;', not indirectly with $?.
Raw output
./docs/modules/zookeeper/examples/getting_started/code/getting_started.sh:115:7: info: Check exit code directly with e.g. 'if mycmd;', not indirectly with $?. (ShellCheck.SC2181)