Support for GNU Awk linting (#638)

* GNU Awk linter support

* Documentation for awk linter
This commit is contained in:
Mark Korondi
2017-06-08 19:26:21 +02:00
committed by w0rp
parent 62862c3347
commit 64ad51048d
3 changed files with 52 additions and 0 deletions

View File

@@ -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/)|