Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Runner ¶
type Runner struct {
}
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
// RequiredScopes will check scope in commit message against list of required ones
RequiredScopes []string
}
Click to show internal directories.
Click to hide internal directories.