-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Closed
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing features
Description
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
Labels
EnhancementChanges/Updates/Additions to existing featuresChanges/Updates/Additions to existing features