From bfae9a861acda28ef096ffc9f0162c9c65671fb3 Mon Sep 17 00:00:00 2001 From: Nico Huber Date: Sun, 19 Aug 2018 11:54:57 +0200 Subject: util/lint: Exclude util/superiotool from checkpatch `superiotool` follows its own style (e.g. lot's of missing spaces and odd placement of braces in the register descriptions). Change-Id: Ifa33938a0fbac10577cbda10537f856f6f100233 Signed-off-by: Nico Huber Reviewed-on: https://review.coreboot.org/28214 Reviewed-by: Angel Pons Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- util/lint/lint-007-checkpatch | 1 + 1 file changed, 1 insertion(+) diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch index 34b933164c..abc63f12d2 100755 --- a/util/lint/lint-007-checkpatch +++ b/util/lint/lint-007-checkpatch @@ -23,6 +23,7 @@ EXCLUDED_DIRS="^payloads/libpayload/util/kconfig\|\ ^payloads/libpayload/curses/PDCurses\|\ ^util/crossgcc/patches\|\ ^util/kconfig\|\ +^util/superiotool\|\ ^src/vendorcode\|\ ^Documentation" -- cgit v1.2.3