We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d2870b commit 82cee5eCopy full SHA for 82cee5e
1 file changed
pre_commit_hooks/shellcheck_run_steps.py
@@ -58,7 +58,7 @@ def do_shellcheck(
58
shfile.write(step["runs"])
59
shfile.close()
60
subprocess.check_call(
61
- ["/usr/bin/shellcheck"]
+ shellcheck
62
+ shellcheck_args
63
+ ["--shell=busybox", "--"]
64
+ [os.path.basename(f.name) for _, f in all_steps],
0 commit comments