diff options
author | Martin Roth <gaumless@gmail.com> | 2017-04-05 21:29:06 -0600 |
---|---|---|
committer | Martin Roth <martinroth@google.com> | 2017-04-24 19:18:06 +0200 |
commit | 2a063beb71c99462dabcf2ec24678c1ffcc50796 (patch) | |
tree | 972f16d286950350273e3225191ad433bd33cc95 /util/lint/lint-007-checkpatch | |
parent | 031c81863316e32ddec2a8360011e424fe9c845c (diff) |
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/lint/lint-007-checkpatch')
-rwxr-xr-x | util/lint/lint-007-checkpatch | 3 |
1 files changed, 2 insertions, 1 deletions
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 |