reporters

package
v0.0.0-...-76a993e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 17, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

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

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL