[coreboot-gerrit] Change in coreboot[master]: util/lint: Don't run checkpatch on the documentation

Martin Roth (Code Review) gerrit at coreboot.org
Thu Apr 6 05:36:09 CEST 2017


Martin Roth has uploaded a new change for review. ( https://review.coreboot.org/19144 )

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

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

Change-Id: Ib95a7c9c64c481af7dcf1074ffc0fc76dc6b6ff9
Signed-off-by: Martin Roth <gaumless at gmail.com>
---
M util/lint/lint-007-checkpatch
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/19144/1

diff --git a/util/lint/lint-007-checkpatch b/util/lint/lint-007-checkpatch
index b4033e0..2e451cb 100755
--- a/util/lint/lint-007-checkpatch
+++ b/util/lint/lint-007-checkpatch
@@ -22,7 +22,8 @@
 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

-- 
To view, visit https://review.coreboot.org/19144
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ib95a7c9c64c481af7dcf1074ffc0fc76dc6b6ff9
Gerrit-PatchSet: 1
Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-Owner: Martin Roth <martinroth at google.com>



More information about the coreboot-gerrit mailing list