diff --git a/.cz.toml b/.cz.toml index fd7970e..0e9faa2 100644 --- a/.cz.toml +++ b/.cz.toml @@ -8,7 +8,7 @@ example = "cpp: add «997. Find the Town Judge»" schema = "‹type_lang›: ‹message›" schema_pattern = """\ (?s)\ - (chore|ci|cpp|cs|go|java|js|kt|rb|rs|swift)\ + (chore|ci|style|cpp|cs|go|java|js|kt|rb|rs|swift)\ (\\(\\S+\\))?!?:\ ( [^\\n\\r]+)\ ((\\n\\n.*)|(\\s*))?$\ @@ -17,7 +17,7 @@ schema_pattern = """\ [[tool.commitizen.customize.questions]] type = "list" name = "type_lang" -choices = ["cpp", "rs", "cs", "go", "java", "kt", "js", "rb", "swift", "chore", "ci", "style"] +choices = ["cpp", "cs", "go", "java", "js", "kt", "rb", "rs", "swift", "chore", "ci", "style"] message = "Select the language (or type of change) you are commiting" [[tool.commitizen.customize.questions]]