We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef3168d commit d8188e6Copy full SHA for d8188e6
pkg/commit/ci.go
@@ -90,7 +90,7 @@ func InputSubject() string {
90
p := promptx.NewDefaultPrompt(func(line []rune) error {
91
if strings.TrimSpace(string(line)) == "" {
92
return errors.New("Input is empty!")
93
- } else if len(line) > 25 {
+ } else if len(line) > 50 {
94
return errors.New("Input length must < 25!")
95
} else {
96
return nil
0 commit comments