Documentation ¶
Index ¶
Constants ¶
View Source
const ( FileOwnerComment = "file/owner" FileDisabledCheckComment = "file/disable" FileSnoozeCheckComment = "file/snooze" RuleOwnerComment = "rule/owner" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ChangeType ¶ added in v0.40.1
type ChangeType uint8
const ( Unknown ChangeType = iota Noop Added Modified Removed Moved Excluded )
func (*ChangeType) MarshalJSON ¶ added in v0.40.1
func (c *ChangeType) MarshalJSON() ([]byte, error)
func (ChangeType) String ¶ added in v0.40.1
func (c ChangeType) String() string
type FileIgnoreError ¶ added in v0.53.0
func (FileIgnoreError) Error ¶ added in v0.53.0
func (fe FileIgnoreError) Error() string
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, filter git.PathFilter, baseBranch string, maxCommits int, ) GitBranchFinder
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, filter git.PathFilter) GlobFinder
func (GlobFinder) Find ¶ added in v0.15.0
func (f GlobFinder) Find() (entries []Entry, err error)
Click to show internal directories.
Click to hide internal directories.