Documentation
¶
Index ¶
Constants ¶
View Source
const ( ChartConfigFilename = "Chart.yaml" ModuleYamlFilename = "module.yaml" HooksDir = "hooks" ImagesDir = "images" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Linter ¶
type Linter interface { Run(m *module.Module) *errors.LintRuleErrorsList Name() string }
type LinterList ¶
type LinterList []Linter
Click to show internal directories.
Click to hide internal directories.