CircleCI-Public / shellcheck-orb

An orb for ShellCheck, a static analysis tool for shell scripts (https://shellcheck.net) — check all scripts in your repository on every commit
https://circleci.com/developer/orbs/orb/circleci/shellcheck
MIT License
19 stars 26 forks source link

[semver:patch] Pass format through to shellcheck #27

Closed Peeja closed 4 years ago

Peeja commented 4 years ago

It looks like the format parameter was being dropped. This should pass it through to shellcheck as expected.

I've also taken the liberty of un-disabling SC2086 for this line, since it looked to me like these variables really should be quoted. I might be missing a reason we wanted them to be un-quoted, though.