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