Skip to content

Commit e23c89a

Browse files
committed
fix: increase body line length
1 parent 68ecce1 commit e23c89a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/configs/commitlint.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
const { maxLineLength } = require('@commitlint/ensure')
22

3-
const bodyMaxLineLength = 100
3+
const bodyMaxLineLength = 200
44

55
const validateBodyMaxLengthIgnoringDeps = (parsedCommit) => {
66
const { type, scope, body } = parsedCommit

0 commit comments

Comments
 (0)