Skip to content

Commit 9010a9c

Browse files
committed
ci: relaxing rules a bit
1 parent 0332a44 commit 9010a9c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.commitlintrc.js

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

0 commit comments

Comments
 (0)