Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrGetMessage = errors.New("get commit message") ErrGetChangedFiles = errors.New("get changed files") )
Functions ¶
This section is empty.
Types ¶
type OutsiderFinder ¶
type ScopeParser ¶
type Validator ¶
type Validator struct {
// contains filtered or unexported fields
}
func NewValidator ¶
func NewValidator( logger *slog.Logger, git Git, outsiderFinder OutsiderFinder, scopeParser ScopeParser, shaLength int, ) *Validator
Click to show internal directories.
Click to hide internal directories.