Add support for shellcheck linting.

This commit is contained in:
w0rp
2016-10-03 13:18:27 +01:00
parent 23383ce547
commit c89c4fcef9
4 changed files with 74 additions and 31 deletions
+1 -1
View File
@@ -29,7 +29,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) |
| Bourne Shell | [-n flag](http://linux.die.net/man/1/sh) |
| 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) |
| D | [dmd](https://dlang.org/dmd-linux.html)^ |