[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2] scripts/checkpatch: Support codespell checking
|
From: |
Zhao Liu |
|
Subject: |
Re: [PATCH v2] scripts/checkpatch: Support codespell checking |
|
Date: |
Fri, 5 Jan 2024 00:21:02 +0800 |
Hi Samuel,
On Wed, Jan 03, 2024 at 03:36:59PM +0100, Samuel Tardieu wrote:
> Date: Wed, 03 Jan 2024 15:36:59 +0100
> From: Samuel Tardieu <samuel.tardieu@telecom-paris.fr>
> Subject: Re: [PATCH v2] scripts/checkpatch: Support codespell checking
>
> > + --codespell Use the codespell dictionary for
> > spelling/typos
> > + (default:$codespellfile)
>
> Nitpick: I would have used a space after ":".
OK! I'll add it to improve the readability of the help printout.
>
> > + # If /usr/share/codespell/dictionary.txt is not present, try to find
> > it
> > + # under codespell's install directory:
> > <codespell_root>/data/dictionary.txt
>
> This works correctly on my NixOS system using a non-FHS layout and properly
> locates the codespell file.
>
> This patch made me find a typo in one of my commit messages.
>
> Tested-by: Samuel Tardieu <sam@rfc1149.net>
>
Thanks! Good to know this enhancement can help you!
Regards,
Zhao