Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Checker ¶
type Checker struct {
// contains filtered or unexported fields
}
func NewChecker ¶
func (*Checker) Run ¶
func (c *Checker) Run(ctx context.Context, projects []project.Project) []aggregates.ProjectResult
type Ruler ¶
type Ruler interface {
Execute(ctx context.Context, ruleName string, project project.Project) ruleraggregates.RuleResult
}
Click to show internal directories.
Click to hide internal directories.