MCPcopy Index your code
hub / github.com/conventionalcommit/commitlint / formMinLenMsg

Function formMinLenMsg

rule/rule.go:28–30  ·  view source on GitHub ↗
(typ string, actualLen, expectedLen int)

Source from the content-addressed store, hash-verified

26}
27
28func formMinLenMsg(typ string, actualLen, expectedLen int) string {
29 return fmt.Sprintf("%s length is %d, should have at least %d chars", typ, actualLen, expectedLen)
30}
31
32func formMaxLenDesc(typ string, actualLen, expectedLen int) string {
33 return fmt.Sprintf("%s length is %d, should have less than %d chars", typ, actualLen, expectedLen)

Callers 1

validateMinLenFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected