chore(git-commit): Set description_case to upper
Some checks failed
Write changelog / write-changelog (push) Successful in 5s
Rust CI / Rust CI (push) Failing after 3m30s

This commit is contained in:
Awiteb 2024-03-17 10:51:20 +03:00
parent ecc726cbb5
commit 41e9e44b8e
Signed by: awiteb
GPG key ID: 3F6B55640AA6682F

View file

@ -20,7 +20,7 @@ gitmoji = false
# Rule: Description must start with the specified case.
# Options: 'any', 'lower', 'upper'.
description_case = "any"
description_case = "upper"
# Rule: Use the imperative mood in the description.
# Example: 'Fix bug' instead of 'Fixed bug'.
@ -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+(\(\w+\))?(!)?: \w'
header_pattern = '^\w+(\([\w-]+\))?(!)?: \w'