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
2
.gitlint
2
.gitlint
@@ -1,7 +1,7 @@
|
|||||||
[general]
|
[general]
|
||||||
extra-path=scripts/gitlint/rules
|
extra-path=scripts/gitlint/rules
|
||||||
regex-style-search=true
|
regex-style-search=true
|
||||||
ignore=body-max-line-length
|
ignore=body-max-line-length,body-hard-tab
|
||||||
|
|
||||||
[ignore-by-author-name]
|
[ignore-by-author-name]
|
||||||
regex=dependabot
|
regex=dependabot
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ import re
|
|||||||
|
|
||||||
IGNORE_PREFIXES = [
|
IGNORE_PREFIXES = [
|
||||||
# Please sort alphabetically
|
# Please sort alphabetically
|
||||||
|
" ",
|
||||||
"Acked-by: ",
|
"Acked-by: ",
|
||||||
"Co-authored-by: ",
|
"Co-authored-by: ",
|
||||||
"Co-developed-by: ",
|
"Co-developed-by: ",
|
||||||
@@ -25,6 +26,7 @@ IGNORE_PREFIXES = [
|
|||||||
"Suggested-by: ",
|
"Suggested-by: ",
|
||||||
"Tested-by: ",
|
"Tested-by: ",
|
||||||
"Triggered-by: ",
|
"Triggered-by: ",
|
||||||
|
"\t",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user