misc: gitlint: allow Closes and Link trailers

Both of these might be used with long URLs.

Signed-off-by: Alyssa Ross <hi@alyssa.is>
This commit is contained in:
Alyssa Ross
2026-05-14 11:50:11 +02:00
committed by Rob Bradford
parent b0f92d01fc
commit 1ad68e8df1

View File

@@ -9,6 +9,7 @@ IGNORE_PREFIXES = [
# Please sort alphabetically
" ",
"Acked-by: ",
"Closes: ",
"Co-authored-by: ",
"Co-developed-by: ",
"Debugged-by: ",
@@ -18,6 +19,7 @@ IGNORE_PREFIXES = [
"Fixes: ",
"Helped-by: ",
"Inspired-by: ",
"Link: ",
"On-behalf-of: ",
"Originally-by: ",
"Reported-by: ",