From 2a063beb71c99462dabcf2ec24678c1ffcc50796 Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Wed, 5 Apr 2017 21:29:06 -0600 Subject: util/lint: Don't run checkpatch on the documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ib95a7c9c64c481af7dcf1074ffc0fc76dc6b6ff9 Signed-off-by: Martin Roth Reviewed-on: https://review.coreboot.org/19144 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Patrick Georgi --- util/lint/lint-007-checkpatch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'util/lint/lint-007-checkpatch') 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 -- cgit v1.2.3