diff options
author | Dan George <dgeorge83616@yahoo.com> | 2021-11-17 20:27:23 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-18 13:27:23 +0900 |
commit | aee0cc45bea7f190c27f0fc06f98a465ecff56fa (patch) | |
tree | 2d58fed6b5e945611c59385b7309709ae2570e66 /ale_linters/go | |
parent | 3ca66e44bdedca31a5f9de2fa304d2cfc8c2aae3 (diff) | |
download | ale-aee0cc45bea7f190c27f0fc06f98a465ecff56fa.zip |
Cppcheck buffered file only (#3983)
* Add cppcheck handler match on misra msg
* Use --file-filter cppcheck option
Cppcheck recently added --file-filter so that cppcheck only checks the
filtered files, even when using --project option, which checks all files
in the project, by default. The --ccpcheck-build-dir option didn't help
enough (at all?).
* Added C test cases
Also fixed and assumed typo: foo.c, instead of foo.cpp
* Replace hard-coded full path filenames
Attempt to fix the windows platform test execution.
* Fix typo - foo.c, instead of foo.cpp
* Reset buffer var between tests
* Handle header files in cppcheck
Cppcheck isn't designed to check header files, stand-alone. Daniel
Marjamäki suggested using --suppress options to avoid FPs.
* Fix Vint complaint in cppcheck handler.
* Fix file path in cppcheck handler
Co-authored-by: Dan George <dgeorge@anduril.com>
Diffstat (limited to 'ale_linters/go')
0 files changed, 0 insertions, 0 deletions