Skip to content

Commit a9f6121

Browse files
committed
ci: increase commit lines length limit
Subject of the commit message now is allowed up to the 72 characters before GitHub starts truncating it, while the body of the message is allowed to go a bit over. Signed-off-by: Damiano Mason <damiano.mason@secomind.com>
1 parent 1e6c0c6 commit a9f6121

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

committed.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,7 @@
2020

2121
style="conventional"
2222
allowed_types=["fix", "feat", "chore", "docs", "style", "refactor", "perf", "test", "ci"]
23-
merge_commit = false
23+
merge_commit=false
2424
subject_capitalized=false
25+
subject_length=72
26+
line_length=80

0 commit comments

Comments
 (0)