summaryrefslogtreecommitdiffstats
path: root/util
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2017-04-05 21:29:06 -0600
committerMartin Roth <martinroth@google.com>2017-04-24 19:18:06 +0200
commit2a063beb71c99462dabcf2ec24678c1ffcc50796 (patch)
tree972f16d286950350273e3225191ad433bd33cc95 /util
parent031c81863316e32ddec2a8360011e424fe9c845c (diff)
downloadcoreboot-2a063beb71c99462dabcf2ec24678c1ffcc50796.tar.gz
coreboot-2a063beb71c99462dabcf2ec24678c1ffcc50796.tar.bz2
coreboot-2a063beb71c99462dabcf2ec24678c1ffcc50796.zip
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>
Diffstat (limited to 'util')
-rwxr-xr-xutil/lint/lint-007-checkpatch3
1 files changed, 2 insertions, 1 deletions
diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch
index b4033e09c5d1..2e451cb77d84 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