package
0.0.0-20240618103942-867f9d60040d
Repository: https://github.com/alejandrosuero/go-commitlint.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
MsgIn returns a single fake commit with the message read from this reader This fake commit will have a fake hash and a date that is the current time.
NotAuthoredByEmails returns a Commits function that returns only commits that are not authored by the given email patterns.
NotAuthoredByName returns a Commits function that returns only commits that are not authored by the given name pattern.
Since returns a Commits function that returns only commits that are after the given time.
WithMaxParents returns a Commits function that returns only commits with a maximum number of parents.

# Structs

Author represents the author of a commit.
Commit represents a single commit.

# Type aliases

Commits is a function that returns a slice of Commits.