Module shellcheck

Module shellcheck 

Source
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§

ShellCheckComment
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.