Versions in this module Expand all Collapse all v0 v0.7.4 Apr 21, 2026 Changes in this version + const MaxInt + const MaxUint + type CheckRunner struct + func NewCheckRunner(log logrus.FieldLogger, co []codeowners.Entry, repoPath string, ...) *CheckRunner + func (r *CheckRunner) Run(ctx context.Context) + func (r *CheckRunner) ShouldExitWithCheckFailure() bool + type Printer interface + PrintCheckResult func(checkName string, duration time.Duration, checkOut check.Output, err error) + PrintSummary func(allCheck int, failedChecks int)