summaryrefslogtreecommitdiff
path: root/.checkpatch.conf
Commit message (Collapse)AuthorAgeFilesLines
* checkpatch: reinstate check for C99 style commentsVadim Bendebury2019-01-161-0/+2
| | | | | | | | | | | | | | | Recent update of checkpatch.pl made it ignore C99 style comment in the new patches. This change will reinstate the check. BRANCH=none BUG=none TEST=attempt to repo upload patches with C99 style comments fail at pre-upload check phase. Change-Id: I606e2618cc39abcf2dc0b051aefea722a2359f3b Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/1409495 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
* checkpatch: prevent stupid complaints about description titleVadim Bendebury2016-07-211-0/+2
| | | | | | | | | | | | | | | | 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>
* checkpatch: do not consider split text strings a problemVadim Bendebury2016-04-271-0/+5
The checkpatch complaints about both lines longer than 80 characters AND character strings split between lines. Damn if you do, damn if you don't. With this addition split character strings are not a problem any more. BRANCH=none BUG=none TEST=split character strings are not reported as a violation by the pre-upload script. Change-Id: I8b5919f086f8c19fe4e6e3a4b99a816111882f0d Signed-off-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/340535 Reviewed-by: Randall Spangler <rspangler@chromium.org> Reviewed-by: Shawn N <shawnn@chromium.org>