From 41e9e44b8e75ead06ceedf6578f4e46db2601831 Mon Sep 17 00:00:00 2001 From: Awiteb Date: Sun, 17 Mar 2024 10:51:20 +0300 Subject: [PATCH] chore(git-commit): Set `description_case` to upper --- sumi.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sumi.toml b/sumi.toml index 5759f56..768abb9 100644 --- a/sumi.toml +++ b/sumi.toml @@ -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'