manager

package
v0.0.8 Latest Latest
Warning

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

Go to latest
Published: Nov 19, 2024 License: Apache-2.0 Imports: 20 Imported by: 0

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, error)
	Name() string
	Desc() string
}

type LinterList

type LinterList []Linter

type Manager

type Manager struct {
	Linters LinterList
	Modules []*module.Module
	// contains filtered or unexported fields
}

func NewManager

func NewManager(dirs []string, cfg *config.Config) *Manager

func (*Manager) Run

Jump to

Keyboard shortcuts

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