From 4d3d353c473af42298b175ed864f10e20d3fb014 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 5 Apr 2017 21:29:06 -0600 Subject: [PATCH] UPSTREAM: util/lint: Don't run checkpatch on the documentation BUG=none BRANCH=none TEST=none Change-Id: Ia4f66233046dedd21e2bc5bf48ca7d7d514612b4 Signed-off-by: Patrick Georgi Original-Commit-Id: 2a063beb71c99462dabcf2ec24678c1ffcc50796 Original-Change-Id: Ib95a7c9c64c481af7dcf1074ffc0fc76dc6b6ff9 Original-Signed-off-by: Martin Roth Original-Reviewed-on: https://review.coreboot.org/19144 Original-Tested-by: build bot (Jenkins) Original-Reviewed-by: Paul Menzel Original-Reviewed-by: Philippe Mathieu-Daud Original-Reviewed-by: Patrick Georgi Reviewed-on: https://chromium-review.googlesource.com/486751 --- util/lint/lint-007-checkpatch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch index b4033e09c5..2e451cb77d 100755 --- a/util/lint/lint-007-checkpatch +++ b/util/lint/lint-007-checkpatch @@ -22,7 +22,8 @@ INCLUDED_FILES='.*\.[ch]\|Kconfig.*$' EXCLUDED_DIRS="^payloads/libpayload/util/kconfig\|\ ^payloads/libpayload/curses/PDCurses\|\ ^util/kconfig\|\ -^src/vendorcode" +^src/vendorcode\|\ +^Documentation" # Space separated list of directories to test if [ "$1" = "" ]; then