mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
misc: gitlint: allow more prefixes disabling 72 width limit
Suggested-by Alyssa Ross [0]. [0]: https://github.com/cloud-hypervisor/cloud-hypervisor/pull/7471#discussion_r2519894440 Signed-off-by: Philipp Schuster <philipp.schuster@cyberus-technology.de> On-behalf-of: SAP philipp.schuster@sap.com
This commit is contained in:
committed by
Rob Bradford
parent
f826d92601
commit
62345cd6fd
@@ -6,6 +6,7 @@ import re
|
||||
|
||||
IGNORE_PREFIXES = [
|
||||
# Please sort alphabetically
|
||||
" ",
|
||||
"Acked-by: ",
|
||||
"Co-authored-by: ",
|
||||
"Co-developed-by: ",
|
||||
@@ -25,6 +26,7 @@ IGNORE_PREFIXES = [
|
||||
"Suggested-by: ",
|
||||
"Tested-by: ",
|
||||
"Triggered-by: ",
|
||||
"\t",
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user