summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNico Huber <nico.huber@secunet.com>2019-02-12 12:53:07 +0100
committerNico Huber <nico.h@gmx.de>2019-02-20 12:17:32 +0000
commit55e3a6ae0910dcd63f95751816ae068c4a103d53 (patch)
tree2cbf8c536af466f61d5bbd9c3e20f3da4bc1ca76
parent0fa793ccb039219bf625594f1d4ba49b92920ad8 (diff)
downloadcoreboot-55e3a6ae0910dcd63f95751816ae068c4a103d53.tar.gz
coreboot-55e3a6ae0910dcd63f95751816ae068c4a103d53.tar.bz2
coreboot-55e3a6ae0910dcd63f95751816ae068c4a103d53.zip
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>
-rwxr-xr-xutil/lint/lint-007-checkpatch1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch
index abc63f12d243..afa593e3b041 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\|\