dev(ci): allow periods in names in commit linter
For initials.
This commit is contained in:
parent
20b74b7951
commit
ea18315d08
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ Accapted value types can be one or more of ref, hash, url, username, or name.")
|
||||||
'((ref . "^\\(https?://[^ ]+\\|[^/]+/[^/]+\\)?#[0-9]+$")
|
'((ref . "^\\(https?://[^ ]+\\|[^/]+/[^/]+\\)?#[0-9]+$")
|
||||||
(hash . "^\\(https?://[^ ]+\\|[^/]+/[^/]+@\\)?[a-z0-9]\\{12\\}$")
|
(hash . "^\\(https?://[^ ]+\\|[^/]+/[^/]+@\\)?[a-z0-9]\\{12\\}$")
|
||||||
(url . "^https?://")
|
(url . "^https?://")
|
||||||
(name . "^[a-zA-Z0-9-_ ]+<[^@]+@[^.]+\\.[^>]+>$")
|
(name . "^[a-zA-Z0-9-_ \\.]+<[^@]+@[^.]+\\.[^>]+>$")
|
||||||
(username . "^@[^a-zA-Z0-9_-]+$"))
|
(username . "^@[^a-zA-Z0-9_-]+$"))
|
||||||
"An alist of valid trailer keys and their accepted value types.
|
"An alist of valid trailer keys and their accepted value types.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue