diff options
author | w0rp <devw0rp@gmail.com> | 2017-02-11 23:45:06 +0000 |
---|---|---|
committer | w0rp <devw0rp@gmail.com> | 2017-02-11 23:45:06 +0000 |
commit | ed269b88317b348baaa86efd7d51324fda35d254 (patch) | |
tree | 1d09b56ca0696bb3f44a4b63c30040792f11e2db /README.md | |
parent | 355608b031d98b8f0adbc5d210ee0a8e2e9b1a88 (diff) | |
download | ale-ed269b88317b348baaa86efd7d51324fda35d254.zip |
Fix the clangtidy linter, and document everything
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -54,7 +54,7 @@ name. That seems to be the fairest way to arrange this table. | 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/)| -| C++ (filetype cpp) | [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/), [clang](http://clang.llvm.org/)| +| C++ (filetype cpp) | [clang](http://clang.llvm.org/), [clangtidy](http://clang.llvm.org/extra/clang-tidy/), [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.org/)| | C# | [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) | | Chef | [foodcritic](http://www.foodcritic.io/) | | CoffeeScript | [coffee](http://coffeescript.org/), [coffeelint](https://www.npmjs.com/package/coffeelint) | |