Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linter ¶
type Linter struct {
// contains filtered or unexported fields
}
A Linter lints a pipeline configuration.
func (*Linter) Lint ¶
func (l *Linter) Lint(configs []*WorkflowConfig) error
Lint lints the configuration.
type Option ¶
type Option func(*Linter)
Option configures a linting option.
func WithTrusted ¶
WithTrusted adds the trusted option to the linter.
Click to show internal directories.
Click to hide internal directories.