Creative Commons License
This blog by Tommy Tang is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

My github papge

Showing posts with label atom. Show all posts
Showing posts with label atom. Show all posts

Wednesday, February 24, 2016

install shellcheck in atom

First, download and install Atom.

then  install shellcheck  and linter:

brew install shellcheck
apm install linter
apm install linter-shellcheck

You may need to edit the config file to specify the shellcheck path:
Then, re-open Atom, and write some shell scripts:

See the warnings down in the bottom. Pretty cool!