Handle PDO driver extensions #606
Annotations
2 errors and 1 warning
scripts/extensions.sh#L100
[shellcheck] reported by reviewdog 🐶
Arrays implicitly concatenate in [[ ]]. Use a loop (or explicit * instead of @).
Raw Output:
./scripts/extensions.sh:100:13: error: Arrays implicitly concatenate in [[ ]]. Use a loop (or explicit * instead of @). (ShellCheck.SC2199)
|
|
scripts/extensions.sh#L100
[shellcheck] reported by reviewdog 🐶
Remove quotes from right-hand side of =~ to match as a regex rather than literally.
Raw Output:
./scripts/extensions.sh:100:48: warning: Remove quotes from right-hand side of =~ to match as a regex rather than literally. (ShellCheck.SC2076)
|
This job failed
Loading