fix(sumi): Remove white space from the header pattern
Some checks failed
/ main (pull_request) Successful in 12s
Rust CI / Rust CI (pull_request) Failing after 3m44s

This commit is contained in:
Awiteb 2024-03-17 08:05:10 +03:00
parent f510f6291c
commit 52f8b313f4
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -54,4 +54,4 @@ types_allowed = ["feat", "fix", "docs", "refactor", "change", "deprecate", "remo
# Rule: Header must match regex pattern.
# Example: '^JIRA-\d+:'.
header_pattern = '^\w+(\s\(\w+\))?(!)?: \w'
header_pattern = '^\w+(\(\w+\))?(!)?: \w'