Skip to content

Commit 20560d8

Browse files
committed
ci: modify commitlint settings to remove max body length limit
1 parent d0f1584 commit 20560d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.commitlintrc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
{
2-
"extends": ["@commitlint/config-conventional"]
2+
"extends": ["@commitlint/config-conventional"],
3+
"rules": {
4+
"body-max-length": [0, "always"],
5+
"body-max-line-length": [0, "always"]
6+
}
37
}

0 commit comments

Comments
 (0)