Skip to content

Commit 1e5495a

Browse files
chore(commitlint): update "body-max-line-length" rule
Make it warn instead of error so Dependabot PR's don't fail
1 parent 2ca5465 commit 1e5495a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.commitlintrc.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"extends": ["@commitlint/config-conventional"],
33
"rules": {
4+
"body-max-line-length": [1, "always", 100],
45
"type-empty": [2, "never"]
56
}
67
}

0 commit comments

Comments
 (0)