Skip to content

Commit d295a83

Browse files
committed
fix(commitlint): disable body line length enforcement
1 parent 017d74f commit d295a83

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

commitlint.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ module.exports = {
4040
'style',
4141
'test'
4242
]
43-
]
43+
],
44+
// Disable body line length enforcement - we only care about type and description
45+
'body-max-line-length': [0, 'always']
4446
}
4547
};

0 commit comments

Comments
 (0)