maintainer-checkpatch.bash: ignore gerrit ID
Updates maintain-checkpatch.bash to ignore the gerrit ID in the commit log. This helps reduce the noise/false positives when using the tool. Change-Id: I2d6f3c501abd1ffd541fb8d0fdf7cbc7f37830b6 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
1ffabeaf3d
commit
e65534c877
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ checkpatch_switches="\
|
|||
--show-types \
|
||||
--max-line-length=100 \
|
||||
"
|
||||
ignore_list=BRACES,PRINTK_WITHOUT_KERN_LEVEL,SPLIT_STRING,FILE_PATH_CHANGES
|
||||
ignore_list=BRACES,PRINTK_WITHOUT_KERN_LEVEL,SPLIT_STRING,FILE_PATH_CHANGES,GERRIT_CHANGE_ID
|
||||
|
||||
timestamp_bin=${ZEPHYR_BASE}/scripts/timestamp
|
||||
timestamp="${timestamp_bin} -u"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue