Skip to content

Commit

Permalink
chore(asst): commit lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
dream-dasher committed Jan 5, 2025
1 parent ee98240 commit 744669f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions committed.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Settings for committed tool
# [Committed Configuration Reference](https://github.com/crate-ci/committed/blob/master/docs/reference.md)

subject_length = 50
subject_capitalized = false
subject_not_punctuated = true
imperative_subject = true
no_fixup = true
no_wip = false
hard_line_length = 0
line_length = 72
style = "none"
allowed_types = [
"fix",
"feat",
"chore",
"docs",
"style",
"refactor",
"perf",
"test",
"discovery",
]
merge_commit = true

0 comments on commit 744669f

Please sign in to comment.