Documentation ¶
Index ¶
Constants ¶
View Source
const ( FileOwnerComment = "file/owner" RuleOwnerComment = "rule/owner" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GitBranchFinder ¶ added in v0.15.0
type GitBranchFinder struct {
// contains filtered or unexported fields
}
func NewGitBranchFinder ¶ added in v0.15.0
func NewGitBranchFinder( gitCmd git.CommandRunner, include []*regexp.Regexp, baseBranch string, maxCommits int, relaxed []*regexp.Regexp, ) GitBranchFinder
func (GitBranchFinder) Find ¶ added in v0.15.0
func (f GitBranchFinder) Find() (entries []Entry, err error)
type GlobFinder ¶ added in v0.15.0
type GlobFinder struct {
// contains filtered or unexported fields
}
func NewGlobFinder ¶ added in v0.15.0
func NewGlobFinder(patterns []string, relaxed []*regexp.Regexp) GlobFinder
func (GlobFinder) Find ¶ added in v0.15.0
func (f GlobFinder) Find() (entries []Entry, err error)
type RuleFinder ¶ added in v0.15.0
Click to show internal directories.
Click to hide internal directories.