util/lint: Add lint and checkpatch coverage for tests/ dir
Signed-off-by: Jan Dabros <jsd@semihalf.com> Change-Id: I8018b75844e630c9ed46c8bc48f2aa1634bf3369 Reviewed-on: https://review.coreboot.org/c/coreboot/+/43511 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org>
This commit is contained in:
committed by
Patrick Georgi
parent
b3b13efde6
commit
ffa58cfc12
@@ -6,7 +6,7 @@
|
||||
|
||||
LC_ALL=C export LC_ALL
|
||||
EXCLUDELIST='^src/vendorcode/|^util/kconfig/|^util/nvidia/cbootimage$|COPYING|LICENSE|README|_shipped$|\.patch$|\.bin$|\.hex$|\.jpg$|\.ttf$|\.woff$|\.png$|\.eot$|\.vbt$|\.ico$'
|
||||
INCLUDELIST="src util payloads Makefile* toolchain.inc"
|
||||
INCLUDELIST="src util payloads Makefile* toolchain.inc tests"
|
||||
|
||||
# shellcheck disable=SC2086,SC2046
|
||||
if uname | grep -qi "linux"; then
|
||||
|
Reference in New Issue
Block a user