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

Interface Note

lint/lint.go:24–27  ·  view source on GitHub ↗

Note represent a footer note

Source from the content-addressed store, hash-verified

22
23// Note represent a footer note
24type Note interface {
25 Token() string
26 Value() string
27}
28
29// Commit represent a commit message
30type Commit interface {

Callers 7

searchNoteFunction · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65
ValidateMethod · 0.65

Implementers 1

mockNotetest/helpers_test.go

Calls

no outgoing calls

Tested by

no test coverage detected