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>
This commit is contained in:
parent
0fa793ccb0
commit
55e3a6ae09
|
@ -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\|\
|
||||
|
|
Loading…
Reference in New Issue