diff options
author | w0rp <devw0rp@gmail.com> | 2016-10-03 23:43:54 +0100 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2016-10-03 23:43:54 +0100 |
commit | fa356ffa1b2d89a268088813f3749cde1221e375 (patch) | |
tree | 7b39e76e66d14c41a2f3d13755fba1072794f0f3 /README.md | |
parent | 8089d83f60d99d7fa662efd55af453bf05027704 (diff) | |
download | ale-fa356ffa1b2d89a268088813f3749cde1221e375.zip |
Mention that shellchecks works for Bash too, of course.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -24,7 +24,7 @@ name. That seems to be the fairest way to arrange this table. | Language | Tools | | -------- | ----- | -| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set) | +| Bash | [-n flag](https://www.gnu.org/software/bash/manual/bash.html#index-set), [shellcheck](https://www.shellcheck.net/) | | Bourne Shell | [-n flag](http://linux.die.net/man/1/sh), [shellcheck](https://www.shellcheck.net/) | | C | [gcc](https://gcc.gnu.org/) | | CoffeeScript | [coffeelint](https://www.npmjs.com/package/coffeelint) | |