Skip to content

Commit 7d51379

Browse files
committed
test(commitlint): adjust line length limits
1 parent 51b830b commit 7d51379

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.commitlintrc.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"test",
1818
"build"
1919
]
20-
]
20+
],
21+
"header-max-length": [1, "always", 50],
22+
"body-max-line-length": [1, "always", 80],
23+
"footer-max-line-length": [1, "always", 80]
2124
}
2225
}

0 commit comments

Comments
 (0)