Documentation ¶
Index ¶
Constants ¶
View Source
const (
ErrorCodeHelm = "HELM"
)
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) (errors []LinterError)
Lint applies linting to a given ytt template
type LinterError ¶
Click to show internal directories.
Click to hide internal directories.