Nico Huber has uploaded this change for review. ( 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 --- M util/lint/lint-007-checkpatch 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/67/31367/1
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|\