Pronto runner for ShellCheck. What is Pronto?
See this gem's page on RubyGems.org.
You'll need to install shellcheck by yourself. If shellcheck
is in your PATH
, everything will simply work.
Pass any options you would pass to shellcheck
with the SHELLCHECK_OPTS
environment variable to pronto run
; e.g., SHELLCHECK_OPTS='-x' pronto run
.