-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Feature request
Running code_checker on any project doesn't produce plist files for cppcheck.
Examining the generated log files confirms that cppcheck has executed.
Versions
CodeChecker 6.26.0
Bazel 6.5.0
using Ericsson/codechecker_bazel on this commit: e5fe33b
To Reproduce
Add this snippet to the code_checker rule on any project:
options = [
"--analyzers clangsa clang-tidy cppcheck",
"--verbose debug_analyzer",
]Expected behaviour
Producing cppcheck plist files
Additional context
The problem is the cppcheck plist files don't get copied from the $DATA_DIR
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request