Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Runner ¶
type Runner struct {
DebugLogger *log.Logger
Logger *log.Logger
// Debug is a deprecated flag. Will be replaced as all repos accept the debugLogger
Debug bool
}
type RunnerOptions ¶
type RunnerOptions struct {
// Path to repository
Path string
// UpstreamBranch is the branch against which to check
UpstreamBranch string
// Limit will limit how far back to check on upstream branch.
Limit int
// AllCommits will check all the commits on the upstream branch. Regardless of Limit setting.
AllCommits bool
Strict bool
}
Click to show internal directories.
Click to hide internal directories.