lint

package
v1.51.1 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2025 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GetLintOutput

func GetLintOutput(lintErrs map[string]interface{}, cmdLintFormat, cmdLintOutputFilename string) (bool, error)

func Lint

func Lint(
	cmdLintInputFilename string,
	ruleSetFileName string,
	cmdLintFailSeverity string,
	cmdLintOnlyFailures bool,
) (map[string]interface{}, error)

func WithContent added in v1.51.1

func WithContent(
	stateFileBytes []byte,
	rulesetContent []byte,
	cmdLintFailSeverity string,
	cmdLintOnlyFailures bool,
) (map[string]interface{}, error)

Types

type Result

type Result struct {
	Message   string
	Severity  string
	Line      int
	Column    int
	Character int
	Path      string
}

type Severity

type Severity int
const (
	SeverityHint Severity = iota
	SeverityInfo
	SeverityWarn
	SeverityError
)

func ParseSeverity

func ParseSeverity(s string) Severity

Jump to

Keyboard shortcuts

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