From 024c5c908b80c73761d984f5f7468cfdd65ef96e Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 15 Dec 2023 15:44:23 -0600 Subject: util/lint: Exclude .apcb files from various checks .apcb files are binary configuration data and not human readable; exclude them from license, newline, and whitespace checks. Change-Id: Idc1ddd5067cb97ef8b5758a0b8bf040d1e421871 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/79589 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- util/lint/lint-stable-009-old-licenses | 1 + 1 file changed, 1 insertion(+) (limited to 'util/lint/lint-stable-009-old-licenses') diff --git a/util/lint/lint-stable-009-old-licenses b/util/lint/lint-stable-009-old-licenses index bb508d7f04..45c01c73a6 100755 --- a/util/lint/lint-stable-009-old-licenses +++ b/util/lint/lint-stable-009-old-licenses @@ -23,6 +23,7 @@ HEADER_EXCLUDED="\ \.cksum$|\ \.bin$|\ \.vbt$|\ +\.apcb$|\ \.hex$|\ \.patch$|\ _shipped$|\ -- cgit v1.2.3