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

Method Message

lint/lint.go:31–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29// Commit represent a commit message
30type Commit interface {
31 Message() string
32 Header() string
33 Body() string
34 Footer() string

Callers 3

LintMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65

Implementers 1

mockCommittest/helpers_test.go

Calls

no outgoing calls

Tested by

no test coverage detected