Martin Roth has uploaded this change for review. ( https://review.coreboot.org/21321
Change subject: util/lint: Exclude external payloads from coreboot lowercase check ......................................................................
util/lint: Exclude external payloads from coreboot lowercase check
Change-Id: I70bbf37fad67fd9bda5724811f4bbdcc53779a42 Signed-off-by: Martin Roth martinroth@google.com --- M util/lint/lint-stable-021-coreboot-lowercase 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/21/21321/1
diff --git a/util/lint/lint-stable-021-coreboot-lowercase b/util/lint/lint-stable-021-coreboot-lowercase index ef83a66..82e2dd4 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