Merge branch 'master' into keep-history

This commit is contained in:
Erin Call
2020-01-02 12:29:32 -08:00
committed by GitHub
6 changed files with 20 additions and 7 deletions

View File

@@ -134,7 +134,8 @@ var lint = func(cfg Config) []Step {
steps = append(steps, depUpdate(cfg)...)
}
steps = append(steps, &run.Lint{
Chart: cfg.Chart,
Chart: cfg.Chart,
Strict: cfg.LintStrictly,
})
return steps