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:
parent
031c818633
commit
2a063beb71
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue