Re: [RFC PATCH v2] checkpatch: add shebang check to EXECUTE_PERMISSIONS

From: Lukas Bulwahn
Date: Wed Oct 14 2020 - 05:04:54 EST




On Tue, 13 Oct 2020, Joe Perches wrote:

> On Wed, 2020-10-14 at 08:21 +0200, Lukas Bulwahn wrote:
> > What does checkpatch.pl warn about and what does clang-format still warn
> > about, which is generally accepted okay as style in the kernel?
>
> clang-format doesn't warn at all, it just reformats.
>

You can run clang-format with --dry-run and then it would just state the
proposed changes, right?

I am not the clang-format expert, though.