mirror of
https://github.com/helm/helm.git
synced 2026-06-30 19:57:48 +00:00
fix quiet lint does not fail on non-linting errors
Signed-off-by: Joe Julian <me@joejulian.name>
This commit is contained in:
@@ -82,7 +82,7 @@ func HasWarningsOrErrors(result *LintResult) bool {
|
||||
return true
|
||||
}
|
||||
}
|
||||
return false
|
||||
return len(result.Errors) > 0
|
||||
}
|
||||
|
||||
func lintChart(path string, vals map[string]interface{}, namespace string, strict bool) (support.Linter, error) {
|
||||
|
||||
Reference in New Issue
Block a user