Skip to content

Commit

Permalink
chore: update committed configuration
Browse files Browse the repository at this point in the history
Signed-off-by: JP-Ellis <[email protected]>
  • Loading branch information
JP-Ellis committed Jan 23, 2025
1 parent ded5bc8 commit acfc73a
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions committed.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,24 @@
##
## See <https://github.com/crate-ci/committed/blob/master/docs/reference.md>
style = "conventional"

line_length = 80
merge_commit = false
no_fixup = false
subject_capitalized = false

allowed_types = [
"fix",
"feat",
"chore",
"docs",
"style",
"refactor",
"feat",
"fix",
"perf",
"refactor",
"revert",
"style",
"test",
"release",
]
merge_commit = false
subject_capitalized = false

# The author string is of the form `Name <email>`. We want to ignore all bots
# which typically have are ofthe form `some-name[bot] <email>`.
ignore_author_re = "(?i)^.*\\[bot\\] <.*>$"

0 comments on commit acfc73a

Please sign in to comment.