Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OctopusCheckReporter ¶
type OctopusCheckReporter interface {
Generate(results []checks.OctopusCheckResult) (string, error)
}
OctopusCheckReporter defines the contract used by reporters to print the result of lint checks.
type OctopusPlainCheckReporter ¶
type OctopusPlainCheckReporter struct {
// contains filtered or unexported fields
}
OctopusPlainCheckReporter prints the lint reports in plain text to std out.
func NewOctopusPlainCheckReporter ¶
func NewOctopusPlainCheckReporter(minSeverity int) OctopusPlainCheckReporter
func (OctopusPlainCheckReporter) Generate ¶
func (o OctopusPlainCheckReporter) Generate(results []checks.OctopusCheckResult) (string, error)
Click to show internal directories.
Click to hide internal directories.