Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
24
type
Note
interface
{
25
Token() string
26
Value() string
27
}
28
29
// Commit represent a commit message
30
type
Commit
interface
{
Callers
7
searchNote
Function · 0.65
Validate
Method · 0.65
Validate
Method · 0.65
Validate
Method · 0.65
Validate
Method · 0.65
Validate
Method · 0.65
Validate
Method · 0.65
Implementers
1
mockNote
test/helpers_test.go
Calls
no outgoing calls
Tested by
no test coverage detected