validate

package
v0.1.11 Latest Latest
Warning

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

Go to latest
Published: Jan 6, 2026 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Finding

type Finding struct {
	Severity Severity
	Code     string
	Message  string
	Path     string
	Location *Location
}

type Location added in v0.1.2

type Location struct {
	File   string
	Line   int
	Column int
}

type Report

type Report struct {
	Findings []Finding
}

func RunAll

func RunAll(spec model.RobotSpec, locs map[string]Location) Report

func (Report) HasErrors

func (r Report) HasErrors() bool

type Severity

type Severity string
const (
	SevError Severity = "ERROR"
	SevWarn  Severity = "WARN"
	SevInfo  Severity = "INFO"
)

Jump to

Keyboard shortcuts

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