summaryrefslogtreecommitdiff
path: root/util/lint/lint-007-checkpatch
diff options
context:
space:
mode:
authorSean Rhodes <sean@starlabs.systems>2021-11-10 11:22:19 +0000
committerPatrick Georgi <patrick@coreboot.org>2021-11-19 13:34:55 +0000
commitc9bc7a7591d9b667e4249b98e4037d6e7239f2e8 (patch)
tree27a44cf314cea2892f7e4ac5a4915d230cf4ba4b /util/lint/lint-007-checkpatch
parent98e827ea746fa45c37450a34377739e3b5046fb6 (diff)
util/lint: Fix linters to work with coreboot-configurator
* Exclude .gif files from newline checking * Exclude coreboot-configurator from checkpatch checking Signed-off-by: Sean Rhodes <sean@starlabs.systems> Change-Id: I1b07b7b05340409e5c1695cc7bbdea68f8190097 Reviewed-on: https://review.coreboot.org/c/coreboot/+/59096 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <patrick@coreboot.org>
Diffstat (limited to 'util/lint/lint-007-checkpatch')
-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 7a76878f60..d7443b3b2c 100755
--- a/util/lint/lint-007-checkpatch
+++ b/util/lint/lint-007-checkpatch
@@ -11,6 +11,7 @@ INCLUDED_FILES='.*\.[ch]\|Kconfig.*$'
EXCLUDED_DIRS="^payloads/libpayload/util/kconfig\|\
^payloads/libpayload/curses/PDCurses\|\
+^util/coreboot-configurator\|\
^util/crossgcc/patches\|\
^util/inteltool\|\
^util/kconfig\|\