feat(helm): add a very basic lint command
This adds a lint command that just checks to see if the chart is parseable and if the templates are paresable.
Showing
+263 -0
cmd/helm/lint.go
0 → 100644
pkg/lint/chartfile.go
0 → 100644
pkg/lint/chartfile_test.go
0 → 100644
pkg/lint/doc.go
0 → 100644
pkg/lint/lint.go
0 → 100644
pkg/lint/message.go
0 → 100644
pkg/lint/message_test.go
0 → 100644
pkg/lint/template.go
0 → 100644
pkg/lint/template_test.go
0 → 100644
pkg/lint/testdata/albatross/Chart.yaml
0 → 100644
pkg/lint/testdata/albatross/values.toml
0 → 100644
pkg/lint/testdata/badchartfile/Chart.yaml
0 → 100644
pkg/lint/testdata/badchartfile/values.toml
0 → 100644
Please register or sign in to comment