shardbyte/Shard ShellCheck
Run ShellCheck across your shell scripts with Linux and macOS support on x86_64 and ARM64.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| additional_files | A space separated list of additional filenames to check | no | "" |
| ignore_paths | Paths to ignore when running ShellCheck | no | "" |
| ignore_names | Names to ignore when running ShellCheck | no | "" |
| severity | Minimum severity of errors to consider. Options: [error, warning, info, style] | no | "" |
| check_together | Run shellcheck on _all_ files at once, instead of one at a time | no | "" |
| scandir | Directory to be searched for files. Defaults to . | no | . |
| format | Output format (checkstyle, diff, gcc, json, json1, quiet, tty) | no | gcc |
| version | Specify a concrete version of ShellCheck to use | no | stable |
Outputs
| name | description |
|---|---|
| files | Newline-separated list of shell scripts found and checked |
| options | The options used |