From 7e464dcb85354e22e733d94ef2b3e2c77fca22dc Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Fri, 1 Sep 2017 09:22:43 -0600 Subject: util/lint: Exclude external payloads from coreboot lowercase check Change-Id: I70bbf37fad67fd9bda5724811f4bbdcc53779a42 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/21321 Tested-by: build bot (Jenkins) Reviewed-by: Werner Zeh --- util/lint/lint-stable-021-coreboot-lowercase | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/lint/lint-stable-021-coreboot-lowercase b/util/lint/lint-stable-021-coreboot-lowercase index ef83a66cd9..82e2dd4160 100755 --- a/util/lint/lint-stable-021-coreboot-lowercase +++ b/util/lint/lint-stable-021-coreboot-lowercase @@ -16,7 +16,7 @@ LC_ALL=C export LC_ALL -EXCLUDE='^3rdparty/\|util/crossgcc/xgcc\|Binary file\|coreboot\|COREBOOT\|CorebootPayload\|CorebootModule\|minnowboard.org/Coreboot\|.*\.patch$\|CorebootBdsLib' +EXCLUDE='^3rdparty/\|util/crossgcc/xgcc\|Binary file\|coreboot\|COREBOOT\|CorebootPayload\|CorebootModule\|minnowboard.org/Coreboot\|.*\.patch$\|CorebootBdsLib\|^payloads/external' # Use git grep if the code is in a git repo, otherwise use grep. if [ -n "$(command -v git)" ] && [ -d .git ]; then -- cgit v1.2.3