# configuration for https://github.com/crate-ci/committed
# https://www.conventionalcommits.org
= "conventional"
# disallow merge commits
= false
# subject is not required to be capitalized
= false
# subject should start with an imperative verb
= true
# subject should not end with a punctuation
= true
# disable line length
= 0
# disable subject length
= 0
# default allowed_types [ "chore", "docs", "feat", "fix", "perf", "refactor", "style", "test" ]
= [
"build",
"chore",
"ci",
"docs",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
]