Skip to content

Continuous Integration check patch false warnings #33890

@bbolen

Description

@bbolen

When submitting a pull request that moves code without making any other changes, the compliance checker flags errors that the current author did not create. For example, if the code that the committer is moving contains a typdef, the compliance checker flags an error that a new typedef is being added.

An example of such error is:
https://github.com/zephyrproject-rtos/zephyr/pull/28231/checks?check_run_id=2184913426
The offending commit is only moving, not adding, the code that the compliance checker flags.

It would be nice to be able to mark the test as a false positive so that the pull request doesn't appear as failed.

This is a very low priority annoyance.

Metadata

Metadata

Assignees

No one assigned

    Labels

    EnhancementChanges/Updates/Additions to existing features

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions