Add more docs, examples, and tests. #401
Annotations
1 warning
scripts/integration-test.sh#L64
[shellcheck] reported by reviewdog 🐶
eval negates the benefit of arrays. Drop eval to preserve whitespace/symbols (or eval as string).
Raw Output:
./scripts/integration-test.sh:64:9: warning: eval negates the benefit of arrays. Drop eval to preserve whitespace/symbols (or eval as string). (ShellCheck.SC2294)
|
This job succeeded
Loading