forked from continuwuation/continuwuity
The [committed](https://github.com/crate-ci/committed) hook defaults, at time of writing, to requiring the first letter of the subject to be capitalized. However, this is not in line with actual CC spec[1]: - paragraph #5 merely requires presence & defines purpose of subject - all examples on CC page have char 1 in lowercase - paragraph #15 requires that, except for BREAKING CHANGES which must be uppercase, all other parts of commit msg MUST NOT be treated as case-sensitive [1] https://www.conventionalcommits.org/en/v1.0.0/
4 lines
172 B
TOML
4 lines
172 B
TOML
style = "conventional"
|
|
subject_length = 72
|
|
subject_capitalized = false
|
|
allowed_types = ["ci", "build", "fix", "feat", "chore", "docs", "style", "refactor", "perf", "test"]
|