mirror of https://github.com/helm/helm
7 lines
191 B
7 lines
191 B
9 years ago
|
/*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
|