Documentation
¶
Overview ¶
Package report renders a finished lint pass. Each format is a WIRE format with a consumer that parses it — a terminal, a GitHub Actions runner, a code scanning upload — which is why rendering lives here rather than in a generic result encoder.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type OutputFormat ¶
type OutputFormat string
OutputFormat names how a Result is rendered.
const ( OutputHuman OutputFormat = "human" OutputJSON OutputFormat = "json" OutputGitHub OutputFormat = "github" OutputSARIF OutputFormat = "sarif" )
The output formats stickler supports.
Click to show internal directories.
Click to hide internal directories.