Skip to content

Handle PDO driver extensions #606

Handle PDO driver extensions

Handle PDO driver extensions #606

Triggered via pull request September 26, 2024 16:50
Status Failure
Total duration 20s
Artifacts

shellcheck.yml

on: pull_request
ShellCheck
10s
ShellCheck
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
ShellCheck: 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)
ShellCheck
Process completed with exit code 1.
ShellCheck: 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)