[PATCH 2/2] patman: symlink top level .checkpatch.conf
Simon Glass
sjg at chromium.org
Thu Jan 19 03:11:27 CET 2023
On Fri, 13 Jan 2023 at 06:51, Maxim Cournoyer <maxim.cournoyer at gmail.com> wrote:
>
> This makes it possible to run the patman test suite simply by invoking
> 'pytest' from the patman sub-directory:
>
> $ cd tools/patman
> $ pytest
>
> Otherwise, the top level .checkpatch.conf would be ignored and
> multiple test_checkpatch.py tests would fail.
>
> Signed-off-by: Maxim Cournoyer <maxim.cournoyer at savoirfairelinux.com>
> ---
>
> .gitignore | 1 +
> tools/patman/.checkpatch.conf | 1 +
> 2 files changed, 2 insertions(+)
> create mode 120000 tools/patman/.checkpatch.conf
>
Reviewed-by: Simon Glass <sjg at chromium.org>
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list