Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59096 )
Change subject: util/lint: Exclude coreboot-configurator directory from checkpatch ......................................................................
util/lint: Exclude coreboot-configurator directory from checkpatch
The linter doesn't work well with CPP so exclude.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I1b07b7b05340409e5c1695cc7bbdea68f8190097 --- M 3rdparty/blobs M util/lint/lint-007-checkpatch M util/lint/lint-extended-007-checkpatch 3 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/96/59096/1
diff --git a/3rdparty/blobs b/3rdparty/blobs index f388b67..f836ff3 160000 --- a/3rdparty/blobs +++ b/3rdparty/blobs @@ -1 +1 @@ -Subproject commit f388b6794e6f1f93b847de353f5eab8ba3e3b328 +Subproject commit f836ff362b0411ab6c9e580b1e32760aa6ea7e31 diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch index 7a76878..d7443b3 100755 --- a/util/lint/lint-007-checkpatch +++ b/util/lint/lint-007-checkpatch @@ -11,6 +11,7 @@
EXCLUDED_DIRS="^payloads/libpayload/util/kconfig|\ ^payloads/libpayload/curses/PDCurses|\ +^util/coreboot-configurator|\ ^util/crossgcc/patches|\ ^util/inteltool|\ ^util/kconfig|\ diff --git a/util/lint/lint-extended-007-checkpatch b/util/lint/lint-extended-007-checkpatch index 8ec1188..f7a49c5 100755 --- a/util/lint/lint-extended-007-checkpatch +++ b/util/lint/lint-extended-007-checkpatch @@ -12,6 +12,7 @@ src/include/boot src/include/superio src/include/sys \ src/mainboard/adlink src/mainboard/purism src/mainboard/ti \ src/superio/acpi src/superio/common \ +util/coreboot-configurator "
for directory in $DIRS; do