Skip to content

Commit fde6190

Browse files
committed
ci: allow long commit body
1 parent f2604df commit fde6190

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.commitlintrc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
{
22
"extends": [
33
"@commitlint/config-conventional"
4-
]
4+
],
5+
"rules": {
6+
"body-max-line-length": [
7+
0,
8+
"always",
9+
100
10+
]
11+
}
512
}

0 commit comments

Comments
 (0)