summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMark Korondi <korondi.mark@gmail.com>2017-06-08 19:26:21 +0200
committerw0rp <w0rp@users.noreply.github.com>2017-06-08 18:26:21 +0100
commit64ad51048d8f490b57ca6e74864f4de3777ec2a7 (patch)
treec657a7dccd67de80518d56d90dc55b39c5bd88c1 /README.md
parent62862c334776e3138f5a5456ed41bb146969b2c2 (diff)
downloadale-64ad51048d8f490b57ca6e74864f4de3777ec2a7.zip
Support for GNU Awk linting (#638)
* GNU Awk linter support * Documentation for awk linter
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 01998c50..5aa4ff87 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,7 @@ name. That seems to be the fairest way to arrange this table.
| ASM | [gcc](https://gcc.gnu.org) |
| Ansible | [ansible-lint](https://github.com/willthames/ansible-lint) |
| AsciiDoc | [proselint](http://proselint.com/)|
+| Awk | [gawk](https://www.gnu.org/software/gawk/)|
| 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 | [cppcheck](http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/), [clang](http://clang.llvm.org/)|