continuwuity/committed.toml
Julian Anderson 651a7d75ce
style(commit): don't require subject capitalization
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/
2026-02-16 13:04:30 -05:00

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"]