yttlint

package
v0.0.0-...-e670d42 Latest Latest
Warning

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

Go to latest
Published: Jul 31, 2020 License: Apache-2.0 Imports: 23 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Linter

type Linter struct {
	Pedantic bool
}

func (*Linter) Lint

func (l *Linter) Lint(data, filename string) []LinterError

Lint applies linting to a given ytt template

type LinterError

type LinterError struct {
	Msg string `json:"msg"`
	Pos string `json:"pos"`
}

Jump to

Keyboard shortcuts

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