patman: symlink top level .checkpatch.conf
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Fri, 13 Jan 2023 13:50:50 +0000 (08:50 -0500)
committerSimon Glass <sjg@chromium.org>
Wed, 18 Jan 2023 21:55:41 +0000 (14:55 -0700)
commit4c5907889553696160fabaa7e9f0c96ed1fa6597
treefce83e6803f2db38a3d5f2393db231f553261d65
parentda413b56356c0c95c10ecb8e73ec31d160c7024a
patman: symlink top level .checkpatch.conf

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@savoirfairelinux.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
.gitignore
tools/patman/.checkpatch.conf [new symlink]