Skip to content

chore: rename package to github.com/werf/3p-helm-legacy #228

chore: rename package to github.com/werf/3p-helm-legacy

chore: rename package to github.com/werf/3p-helm-legacy #228

Triggered via push December 17, 2024 13:11
Status Failure
Total duration 4m 29s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
golangci-lint: pkg/action/upgrade.go#L349
`occured` is a misspelling of `occurred` (misspell)
golangci-lint: pkg/action/action.go#L62
var `errPending` is unused (unused)
golangci-lint
issues found
golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
golangci-lint: pkg/errs/errors.go#L45
errorf: should replace errors.New(fmt.Sprintf(...)) with fmt.Errorf(...) (revive)
golangci-lint: pkg/chart/chart_extender.go#L9
exported: type name will be used as chart.ChartExtenderBufferedFile by other packages, and that stutters; consider calling this ExtenderBufferedFile (revive)
golangci-lint: pkg/chart/chart_extender.go#L14
exported: type name will be used as chart.ChartExtender by other packages, and that stutters; consider calling this Extender (revive)
golangci-lint: pkg/chart/loader/directory.go#L61
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
golangci-lint: pkg/chartutil/dependencies.go#L542
superfluous-else: if block ends with a continue statement, so drop this else and outdent its block (revive)
golangci-lint: pkg/chartutil/coalesce.go#L49
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
golangci-lint: pkg/chartutil/coalesce.go#L79
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (revive)
golangci-lint: pkg/phases/stages/externaldeps/external_dependency.go#L28
unused-parameter: parameter 'metaAccessor' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: pkg/kube/fake/printer.go#L93
unused-parameter: parameter 'force' seems to be unused, consider removing or renaming it as _ (revive)
golangci-lint: pkg/kube/fake/extensions.go#L9
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)