🔧 misc(git-sumi): require a space after the gitmoji

main
welpo 1 year ago
parent 1d55a2963d
commit 119533b176
No known key found for this signature in database
GPG Key ID: A2F978CF4EC1F5A6

@ -54,4 +54,4 @@ types_allowed = ["feat", "fix", "docs", "refactor", "test", "chore", "misc", "st
# Rule: Header must match regex pattern.
# Example: '^JIRA-\d+:'.
header_pattern = '^([\p{Emoji_Presentation}\p{Extended_Pictographic}\u{200D}])' # The first character must be an emoji.
header_pattern = '^[\p{Emoji_Presentation}\p{Extended_Pictographic}\u{200D}] \w' # The first character must be an emoji.

Loading…
Cancel
Save