diff options
author | Vadim Bendebury <vbendeb@chromium.org> | 2016-07-21 09:24:33 -0700 |
---|---|---|
committer | chrome-bot <chrome-bot@chromium.org> | 2016-07-21 13:13:27 -0700 |
commit | 7218f8157dbf3612f58eea7c56deecd658cac25a (patch) | |
tree | e23cef3abd50360f88c4189d68c6a25f66c5d3cf /.checkpatch.conf | |
parent | ad72d6ba9260eafe67cb664b2e02c8c9b0468fce (diff) | |
download | chrome-ec-7218f8157dbf3612f58eea7c56deecd658cac25a.tar.gz |
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 <vbendeb@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/362074
Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
Reviewed-by: Bill Richardson <wfrichar@chromium.org>
Diffstat (limited to '.checkpatch.conf')
-rw-r--r-- | .checkpatch.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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 |