From a34fb0a6a7f920cd4d9a3e50facf51f8d5defea2 Mon Sep 17 00:00:00 2001 From: Bart Libert Date: Thu, 20 Oct 2016 13:30:45 +0200 Subject: Add support for cppcheck (#126) * Add support for cppcheck * Fix vint error in cppcheck handler * Add vader test for CppCheck format handler --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 379e69e8..b9f32a1c 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ 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 | [gcc](https://gcc.gnu.org/) | -| C++ (filetype cpp)| [gcc](https://gcc.gnu.org/) | +| C | [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/) | -- cgit v1.2.3