fix(sumi): Remove white space from the header pattern
This commit is contained in:
parent
f510f6291c
commit
52f8b313f4
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue