diff options
author | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-20 09:26:56 -0500 |
---|---|---|
committer | Bjorn Neergaard <bjorn@neersighted.com> | 2016-10-20 09:27:57 -0500 |
commit | a2e4af16269cadd5989610cce54c61d14731732b (patch) | |
tree | 1006d60ea91f0b45d86d2af94c9c96a10541379e /README.md | |
parent | c34664120b53e48ae6719a11fbd0a46f233a4ac9 (diff) | |
download | ale-a2e4af16269cadd5989610cce54c61d14731732b.zip |
Document ansible-lint
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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/) | |