mirror of
https://github.com/helm/helm.git
synced 2026-04-29 02:01:10 -04:00
This adds a lint command that just checks to see if the chart is parseable and if the templates are paresable.
6 lines
191 B
Go
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
|