ale/ale_linters/cpp
Christian-Gibbons 82f8a04e18 New linter: Flawfinder (#1361)
* Flawfinder support added for C and C++

A minor modification to gcc handler was made to support flawfinder's
single-line output format that does not have a space following the
colon denoting the warning level.  gcc handler still passes its
Vader tests after this modification.

* Documentation fixes

* Revert documentation regression

* Added Flawfinder to table of contents

* Removed trailing whitespace

* Follow ALE conventions better

Added additional documentation and Vader tests
2018-02-25 14:11:04 +00:00
..
clang.vim Fix another executable callback typo 2017-07-17 00:19:33 +01:00
clangcheck.vim Fix #1255: Move extra clang-check args to before user options 2018-01-02 16:09:38 +01:00
clangtidy.vim #782 - Do not set the build directory for clang-tidy for header files, which does not work 2017-07-20 14:52:24 +01:00
cppcheck.vim #711 - Make the cppcheck executables configurable 2017-07-16 22:11:43 +01:00
cpplint.vim #711 - Make the cpplint executable configurable 2017-07-17 00:17:59 +01:00
flawfinder.vim New linter: Flawfinder (#1361) 2018-02-25 14:11:04 +00:00
gcc.vim #711 - Make the gcc executables configurable 2017-07-16 22:41:15 +01:00