mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-24 21:54:01 +00:00
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>
This commit is contained in:
parent
da413b5635
commit
4c59078895
2 changed files with 2 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -6,6 +6,7 @@
|
||||||
# Normal rules (sorted alphabetically)
|
# Normal rules (sorted alphabetically)
|
||||||
#
|
#
|
||||||
.*
|
.*
|
||||||
|
!.checkpatch.conf
|
||||||
*.a
|
*.a
|
||||||
*.asn1.[ch]
|
*.asn1.[ch]
|
||||||
*.bin
|
*.bin
|
||||||
|
|
1
tools/patman/.checkpatch.conf
Symbolic link
1
tools/patman/.checkpatch.conf
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
../../.checkpatch.conf
|
Loading…
Reference in a new issue