Skip to content

Export the actual enabled checks in reports #4612

@elupus

Description

@elupus

Is your feature request related to a problem? Please describe.

When auditing a release where codechecker has been used. It would be very good to know, per-file which checks where enabled. This becomes even more hard to do when .clang-tidy per file configuration files are used.

Describe the solution you would like

Store a per-file enabled check information in the reports. For clang-tidy dump-config could be used to output the resulting enabled checks.

Describe alternatives you have considered

Not found any good options. If codechecker was not used, we could possible script clang-tidy to do a dump-config call per file and store that in parallel to a per-file report.

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions