Skip to content

Commit b8ece74

Browse files
ci(commits): allow longer body
1 parent 6a2d64a commit b8ece74

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.commitlintrc.json

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

0 commit comments

Comments
 (0)