Versions in this module Expand all Collapse all v3 v3.0.0 Jun 13, 2026 Changes in this version + func MessageToDescription(message string) string + func MessageToSummary(message string) string + func SplitCommitMessage(message string) (summary string, description string) + type Result struct + Commit *object.Commit + Message string + Status Status + func (res *Result) String() string + type Status string + const Invalid + const Valid + const Warning + func (s Status) Severity() int + type Validator interface + Validate func(commit *object.Commit) Result + type ValidatorConstructor func(options map[string]string) (Validator, error)