Skip to content

cppcheck doesn't run on code_checker #17

@furtib

Description

@furtib

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions