Skip to content

Commit a194806

Browse files
committed
ci: set the body-max-line-length rule in commitlint as a warning rather than an error
1 parent 0a0b0de commit a194806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commitlint.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
'body-max-line-length': [2, 'always', 140],
4+
'body-max-line-length': [1, 'always', 140],
55
},
66
};

0 commit comments

Comments
 (0)