Skip to content

Allow overriding ZNode path #118

Allow overriding ZNode path

Allow overriding ZNode path #118

GitHub Actions / shellcheck succeeded May 16, 2024 in 0s

reviewdog [shellcheck] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (2)

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 $?.
scripts/run_tests.sh|3 col 21| Double quote array expansions to avoid re-splitting elements.