Nico Huber has submitted this change and it was merged. ( https://review.coreboot.org/c/coreboot/+/31367 )
Change subject: util/lint: Exclude util/inteltool from checkpatch ......................................................................
util/lint: Exclude util/inteltool from checkpatch
It's causing too much noise during review of register tables.
Change-Id: Iae6cd4454c5ed84b5fe0ea5f8a244e2a2fa13407 Signed-off-by: Nico Huber nico.huber@secunet.com Reviewed-on: https://review.coreboot.org/c/31367 Reviewed-by: Patrick Rudolph siro@das-labor.org Reviewed-by: Paul Menzel paulepanter@users.sourceforge.net Tested-by: build bot (Jenkins) no-reply@coreboot.org --- M util/lint/lint-007-checkpatch 1 file changed, 1 insertion(+), 0 deletions(-)
Approvals: build bot (Jenkins): Verified Paul Menzel: Looks good to me, but someone else must approve Patrick Rudolph: Looks good to me, approved
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch index abc63f1..afa593e 100755 --- a/util/lint/lint-007-checkpatch +++ b/util/lint/lint-007-checkpatch @@ -22,6 +22,7 @@ EXCLUDED_DIRS="^payloads/libpayload/util/kconfig|\ ^payloads/libpayload/curses/PDCurses|\ ^util/crossgcc/patches|\ +^util/inteltool|\ ^util/kconfig|\ ^util/superiotool|\ ^src/vendorcode|\