shellcheck-scripts¶
Overview¶
Run shellcheck over shell scripts in the repo. When invoked with no paths, lints every in-scope script.
Arguments¶
- $@ (
paths): Optional file or directory paths to lint; omit to lint the full in-scope set.
Exit codes¶
- 0: All files pass shellcheck.
- 1: One or more files failed shellcheck.