diff options
author | Nico Huber <nico.huber@secunet.com> | 2019-02-12 12:53:07 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-02-20 12:17:32 +0000 |
commit | 55e3a6ae0910dcd63f95751816ae068c4a103d53 (patch) | |
tree | 2cbf8c536af466f61d5bbd9c3e20f3da4bc1ca76 /util/lint/lint-007-checkpatch | |
parent | 0fa793ccb039219bf625594f1d4ba49b92920ad8 (diff) |
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>
Diffstat (limited to 'util/lint/lint-007-checkpatch')
-rwxr-xr-x | util/lint/lint-007-checkpatch | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch index abc63f12d2..afa593e3b0 100755 --- a/util/lint/lint-007-checkpatch +++ b/util/lint/lint-007-checkpatch @@ -22,6 +22,7 @@ INCLUDED_FILES='.*\.[ch]\|Kconfig.*$' EXCLUDED_DIRS="^payloads/libpayload/util/kconfig\|\ ^payloads/libpayload/curses/PDCurses\|\ ^util/crossgcc/patches\|\ +^util/inteltool\|\ ^util/kconfig\|\ ^util/superiotool\|\ ^src/vendorcode\|\ |