Re: [PATCH v2 0/2] checkpatch: Add support for checkpatch-ignore note

2025-02-03 Thread Brendan Jackman
On Wed, 15 Jan 2025 at 16:33, Brendan Jackman wrote: > Changes in v2: > - Switched to the "graveyard" instead of the actual commit message. > - Link to v1: > https://lore.kernel.org/r/20250113-checkpatch-ignore-v1-0-63a7a740f...@google.com Hi Joe & Andy, any thoughts on this?

[PATCH v2 0/2] checkpatch: Add support for checkpatch-ignore note

2025-01-15 Thread Brendan Jackman
Checkpatch sometimes has false positives. This makes it less useful for automatic usage: tools like b4 [0] can run checkpatch on all of your patches and give you a quick overview. When iterating on a branch, it's tiresome to manually re-check that any errors are known false positives. This patch a