From eabb1c209e8017251e702596ac0168ca75172f2a Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Mon, 13 Mar 2017 16:38:51 +0100 Subject: [PATCH] Drop --exclude statement from .checkpatch.conf It's an option only available in coreboot's checkpatch fork at this time. Reenable when upstream (ie. Linux) supports it and that version was downstreamed into cros_sdk. TEST=cros hooks don't fail on coreboot Change-Id: I6e718ea13fda19df13a62295359f1607d122ef58 Signed-off-by: Patrick Georgi Reviewed-on: https://chromium-review.googlesource.com/453778 Reviewed-by: Julius Werner --- .checkpatch.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.checkpatch.conf b/.checkpatch.conf index ad04d39c3b..5828a8ab39 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -25,7 +25,3 @@ # This one has a linux path hard coded, so it would choke on # some commits unnecessarily. --ignore EXECUTE_PERMISSIONS - -# Exclude the vendorcode directory ---exclude src/vendorcode -