Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CheckRunner ¶
type CheckRunner struct {
// contains filtered or unexported fields
}
CheckRunner runs all registered checks in parallel. Needs to be initialized via NewCheckRunner func.
func NewCheckRunner ¶
func NewCheckRunner(log logrus.FieldLogger, printer Printer, c []codeowners.Entry, repoPath string, checks ...check.Checker) *CheckRunner
NewCheckRunner is a constructor for CheckRunner
func (*CheckRunner) Run ¶
func (r *CheckRunner) Run(ctx context.Context)
Run executes given test in a loop with given throttle
Click to show internal directories.
Click to hide internal directories.