This repository has been archived on 2024-07-19. You can view files and clone it, but cannot push or open issues or pull requests.
ale/ale_linters/cpp
tsjordan-eng f17b74679f
fix cppcheck for 1.89+, and add column support (#3030)
* fix cppcheck for 1.89+, and add column support

In cppcheck 1.89 the output changed to be more like GCC. This commit
forces any version of cppcheck to output in that same format. This also
allows for ALE to pick up the linter's column information

* Add parameters to tests. Vader passes.

* Fix c cppcheck for v1.89
2020-08-06 20:50:44 +01:00
..
ccls.vim ccls: Detect build dir and set compilationDatabaseDirectory 2020-04-18 13:57:57 +02:00
clang.vim #2132 - Replace command_chain and chain_with with ale#command#Run 2019-04-07 14:58:06 +01:00
clangcheck.vim clangcheck: Add -fno-color-diagnostics 2019-09-26 20:28:33 -04:00
clangd.vim Added tests for clangd compile commands dectection 2019-10-09 13:40:04 -04:00
clangtidy.vim Add tests for clangtidy with Makefile 2019-10-06 10:29:23 -06:00
clazy.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
cppcheck.vim fix cppcheck for 1.89+, and add column support (#3030) 2020-08-06 20:50:44 +01:00
cpplint.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
cquery.vim Fix #2421 - Use compile_commands.json in build dirs to find roots 2019-05-20 19:57:08 +01:00
flawfinder.vim #2132 - Replace all uses of foo_callback with foo 2019-02-22 18:05:04 +00:00
gcc.vim Fix #2512 - Use -o /dev/null for gcc linting 2019-05-20 13:00:32 +01:00