summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2016-10-03 13:18:27 +0100
committerw0rp <devw0rp@gmail.com>2016-10-03 13:18:27 +0100
commitc89c4fcef9379ec44ed5e0ec74c9f384ad4f001d (patch)
treed18fa8274f4303622254a7b90f158bb3046a0e1a /README.md
parent23383ce547c34482cec1860279f5f4af3c0f8217 (diff)
downloadale-c89c4fcef9379ec44ed5e0ec74c9f384ad4f001d.zip
Add support for shellcheck linting.
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 934998b9..56ae89b6 100644
--- a/README.md
+++ b/README.md
@@ -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)^ |