.config/committed.toml
committed.tomlhistorycomment on this file
| 1 | # Scoped Commits (scopedcommits.com): "<scope>: <description>". |
| 2 | # `committed` has no native scoped-commits style, so `allowed_types` here |
| 3 | # holds scope names, not Conventional Commit types. |
| 4 | subject_length = 90 |
| 5 | subject_capitalized = false |
| 6 | subject_not_punctuated = true |
| 7 | imperative_subject = true |
| 8 | hard_line_length = 0 |
| 9 | line_length = 230 |
| 10 | style = "conventional" |
| 11 | allowed_types = [ |
| 12 | "anchor", |
| 13 | "effect", |
| 14 | "gate", |
| 15 | "meta-ref", |
| 16 | "model", |
| 17 | "query", |
| 18 | "receive", |
| 19 | "roots", |
| 20 | "sync", |
| 21 | "verify", |
| 22 | "docs", |
| 23 | "spec", |
| 24 | "checks", |
| 25 | "lens", |
| 26 | "release", |
| 27 | "treewide", |
| 28 | "multi", |
| 29 | ] |
| 30 | merge_commit = false |
| 31 | no_fixup = false |