Expand description
ShellCheck integration for shell analysis.
Calls the external shellcheck binary to get detailed shell script analysis. Requires shellcheck to be installed on the system.
Structs§
- Shell
Check Comment - A ShellCheck warning/error.
Functions§
- is_
shellcheck_ available - Check if shellcheck is available on the system.
- run_
shellcheck - Run shellcheck on a script and return warnings.
- shellcheck_
version - Get the shellcheck version if available.