helm/pkg/lint/doc.go
Matt Butcher cf9c8ebe3c 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.
2016-04-26 17:20:37 -06:00

6 lines
191 B
Go

/*Package lint contains tools for linting charts.
Linting is the process of testing charts for errors or warnings regarding
formatting, compilation, or standards compliance.
*/
package lint