add biome errorformat #9
Annotations
2 warnings
script.sh#L11
[shellcheck] reported by reviewdog 🐶
Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?.
Raw Output:
./script.sh:11:6: info: Check exit code directly with e.g. 'if ! mycmd;', not indirectly with $?. (ShellCheck.SC2181)
|
script.sh#L34
[shellcheck] reported by reviewdog 🐶
Double quote to prevent globbing and word splitting.
Raw Output:
./script.sh:34:5: info: Double quote to prevent globbing and word splitting. (ShellCheck.SC2086)
|
The logs for this run have expired and are no longer available.
Loading