diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-05-17 09:12:36 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-05-17 09:12:36 +0100 |
commit | 372a4dfd7e7166292d0f35ddc10f0365fe0e3053 (patch) | |
tree | c959294b19f6d5cb18fdfa9a85f26996b6e38c79 /README.md | |
parent | 3443994a5211cc823ac87379eacdfbdb08663bee (diff) | |
parent | 9185a0d2e5d229a9fdfdc25279ae1b4c701ac4d9 (diff) | |
download | ale-372a4dfd7e7166292d0f35ddc10f0365fe0e3053.zip |
Merge pull request #546 from dawikur/master
Add cpplint linter
Diffstat (limited to 'README.md')
-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), [cpplint](https://github.com/google/styleguide/tree/gh-pages/cpplint), [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) | |