report

package
v1.0.59 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2026 License: MIT Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ExitCode

func ExitCode(ds []Diagnostic) int

func Print

func Print(w io.Writer, ds []Diagnostic)

Types

type Action

type Action string
const (
	ActionReject  Action = "REJECT"
	ActionLabel   Action = "LABEL"
	ActionWarning Action = "WARNING"
)

type Diagnostic

type Diagnostic struct {
	Rule        string `json:"rule"`
	Action      Action `json:"action"`
	File        string `json:"file"`
	Line        int    `json:"line"`
	Message     string `json:"message"`
	Suggestion  string `json:"suggestion,omitempty"`
	SubjectType string `json:"subject_type,omitempty"`
	CommandPath string `json:"command_path,omitempty"`
	FlagName    string `json:"flag_name,omitempty"`
}

Jump to

Keyboard shortcuts

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