fix: KUBECONFIG gets set when using --kubeconfig via var DEVSPACE_FLAGS #1314
Annotations
9 errors and 3 warnings
pkg/devspace/build/builder/custom/custom.go#L43
S1009: should omit nil check; len() for []string is defined as zero (gosimple)
|
cmd/cleanup/images.go#L79
S1009: should omit nil check; len() for map[string]*github.com/loft-sh/devspace/pkg/devspace/config/versions/latest.Image is defined as zero (gosimple)
|
cmd/list/ports.go#L71
S1009: should omit nil check; len() for []*github.com/loft-sh/devspace/pkg/devspace/config/versions/latest.PortMapping is defined as zero (gosimple)
|
cmd/list/sync.go#L60
S1009: should omit nil check; len() for []*github.com/loft-sh/devspace/pkg/devspace/config/versions/latest.SyncConfig is defined as zero (gosimple)
|
pkg/devspace/deploy/deploy.go#L62
S1009: should omit nil check; len() for map[string]*github.com/loft-sh/devspace/pkg/devspace/config/versions/latest.DeploymentConfig is defined as zero (gosimple)
|
pkg/devspace/hook/hook.go#L108
S1009: should omit nil check; len() for []*github.com/loft-sh/devspace/pkg/devspace/config/versions/latest.HookConfig is defined as zero (gosimple)
|
pkg/util/log/file_logger.go#L124
printf: non-constant format string in call to (*github.com/sirupsen/logrus.Logger).Debugf (govet)
|
pkg/devspace/config/loader/loader.go#L153
printf: non-constant format string in call to fmt.Errorf (govet)
|
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, golangci/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
|
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
This job failed
Loading