From 7218f8157dbf3612f58eea7c56deecd658cac25a Mon Sep 17 00:00:00 2001 From: Vadim Bendebury Date: Thu, 21 Jul 2016 09:24:33 -0700 Subject: checkpatch: prevent stupid complaints about description title Let's not force the linux kernel description format on cherry picked patchs, especially since this check sometimes gets false positive, and since this formwat is not used in the ec codebase. BRANCH=none BUG=none TEST=no more annoying error reports on cherry-picked patches Change-Id: I903bb87c48998932bc9308245d158f212a57fdd1 Signed-off-by: Vadim Bendebury Reviewed-on: https://chromium-review.googlesource.com/362074 Reviewed-by: Aseda Aboagye Reviewed-by: Bill Richardson --- .checkpatch.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to '.checkpatch.conf') diff --git a/.checkpatch.conf b/.checkpatch.conf index 4a77de0b55..15e2d0c91b 100644 --- a/.checkpatch.conf +++ b/.checkpatch.conf @@ -3,3 +3,5 @@ # Ignore aspects we don't follow here. --ignore SPLIT_STRING + +--ignore GIT_COMMIT_ID -- cgit v1.2.1