7 ms·
Shout out to Shellcheck (http://www.shellcheck.net/ http://www.shellcheck.net/), a linter for shell scripts
by illicium 10y ago
Shout out to Shellcheck (http://www.shellcheck.net/ http://www.shellcheck.net/), a linter for shell scripts
- _lce0 10y agoIf you're on Sublime, this works like a charm! https://github.com/SublimeLinter/SublimeLinter-shellcheck https://github.com/SublimeLinter/SublimeLinter-shellcheck
- jasonm23 10y agoIf you're on Vim or Emacs you already (maybe) know you have integration with shellcheck Emacs - https://github.com/koalaman/shellcheck https://github.com/koalaman/shellcheck Vim - part of syntactic - https://github.com/scrooloose/syntastic/blob/master/syntax_checkers/sh/shellcheck.vim https://github.com/scrooloose/syntastic/blob/master/syntax_c...