Skip to content

Commit c631480

Browse files
committed
chore(commitlint): warn if max body longer than 100 lines to prevent ci fails
1 parent c1cc8ee commit c631480

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

commitlint.config.js

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

0 commit comments

Comments
 (0)