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

2025-02-25 Thread Brendan Jackman
On Mon, 24 Feb 2025 at 20:09, Jeff Johnson wrote: > > On 1/15/2025 7:33 AM, Brendan Jackman wrote: > > 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 it

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

2025-02-24 Thread Jeff Johnson
On 1/15/2025 7:33 AM, Brendan Jackman wrote: > 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 tha

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