Skip to content

Commit 7019b06

Browse files
authored
feat: allow longer lines in body of commit message
1 parent 55a1ec8 commit 7019b06

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-line-length": [1, "always", "Infinity"],
5+
"subject-full-stop": [0, "never", "."]
6+
}
37
}

0 commit comments

Comments
 (0)