summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBjorn Neergaard <bjorn@neersighted.com>2016-10-20 09:26:56 -0500
committerBjorn Neergaard <bjorn@neersighted.com>2016-10-20 09:27:57 -0500
commita2e4af16269cadd5989610cce54c61d14731732b (patch)
tree1006d60ea91f0b45d86d2af94c9c96a10541379e /README.md
parentc34664120b53e48ae6719a11fbd0a46f233a4ac9 (diff)
downloadale-a2e4af16269cadd5989610cce54c61d14731732b.zip
Document ansible-lint
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index b9f32a1c..8c0e8d77 100644
--- a/README.md
+++ b/README.md
@@ -28,10 +28,11 @@ name. That seems to be the fairest way to arrange this table.
| Language | Tools |
| -------- | ----- |
+| Ansible | [ansible-lint](https://github.com/willthames/ansible-lint) |
| 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/)|
-| C++ (filetype cpp)| [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)|
+| C++ (filetype cpp) | [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)|
| CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) |
| CSS | [csslint](http://csslint.net/) |
| Cython (pyrex filetype) | [cython](http://cython.org/) |