diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-04-17 17:17:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-17 17:17:22 +0100 |
commit | 6c762237cea0dd29fc95d3cbbb9787213f581ef3 (patch) | |
tree | b913e5f5a256804c12e95b2630c4894b488b76b0 | |
parent | dc72daaf1e154cb5b4a2d63bfdd5bbe01ad97fe0 (diff) | |
parent | 6dab0efe19e89b43172d502e06886a4d9ea5784a (diff) | |
download | ale-6c762237cea0dd29fc95d3cbbb9787213f581ef3.zip |
Merge pull request #483 from emord/patch-1
Fix link to cppcheck
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,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) | [clang](http://clang.llvm.org/), [clangtidy](http://clang.llvm.org/extra/clang-tidy/), [cppcheck] (http://cppcheck.sourceforge.net), [gcc](https://gcc.gnu.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/) | | CMake | [cmakelint](https://github.com/richq/cmake-lint) | |