spelling: parsable

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pull/7258/head
Josh Soref 6 years ago
parent c34b6725ed
commit 8f8b491b8e

@ -40,7 +40,7 @@ func Chartfile(linter *support.Linter) {
chartFile, err := chartutil.LoadChartfile(chartPath)
validChartFile := linter.RunLinterRule(support.ErrorSev, chartFileName, validateChartYamlFormat(err))
// Guard clause. Following linter rules require a parseable ChartFile
// Guard clause. Following linter rules require a parsable ChartFile
if !validChartFile {
return
}

Loading…
Cancel
Save