Skip to content

Commit 3d7c5c2

Browse files
committed
ci(commitlint): disable body-max-line-length rule
fixes linting commits from dependabot
1 parent 054e2de commit 3d7c5c2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.commitlintrc

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

0 commit comments

Comments
 (0)