What is “shellcheck” Package?

Static analysis and lint tool, for (ba)sh scripts

For more details: https://www.shellcheck.net/

Installation

  • Open Terminal by pressing command+space then type terminal and hit Enter key.
  • Install homebrew first.
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  • Install shellcheck.
    brew install shellcheck

Now, use shellcheck!

ShellCheck is: