util/lint: Don't run checkpatch on the documentation

Change-Id: Ib95a7c9c64c481af7dcf1074ffc0fc76dc6b6ff9
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: https://review.coreboot.org/19144
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Philippe Mathieu-Daudé <philippe.mathieu.daude@gmail.com>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
Martin Roth 2017-04-05 21:29:06 -06:00 committed by Martin Roth
parent 031c818633
commit 2a063beb71
1 changed files with 2 additions and 1 deletions

View File

@ -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