Versions in this module Expand all Collapse all v0 v0.36.4 Aug 21, 2026 Changes in this version + type Reporter struct + Root string + func NewReporter(cfg ReporterConfig) *Reporter + func (r *Reporter) AboutConfiguration(path string, applied cliconf.Result) + func (r *Reporter) OnDiagnostic(diag codescan.Diagnostic) + func (r *Reporter) Summarize() error + func (r *Reporter) ValidateSpec(asJSON []byte) error + type ReporterConfig struct + Color bool + FailThreshold codescan.Severity + Failing bool + Output string + Quiet bool + Stderr io.Writer + Verbose bool