Skip to content

Commit fd7cec7

Browse files
committed
feat: change line limit from 100 to 80
1 parent cb3de18 commit fd7cec7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commit-msg.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111
const (
1212
MERGE_PATTERN = `^Merge `
1313
HEADER_PATTERN = `^((fixup! |squash! )?(\w+)(?:\(([^\)\s]+)\))?: (.+))(?:\n|$)`
14-
LINE_LIMIT = 100
14+
LINE_LIMIT = 80
1515
BODY_REQUIRED = false
1616
)
1717

0 commit comments

Comments
 (0)