Merge pull request #155 from Nordix/standard-meta #3
Annotations
10 errors and 1 warning
golangci-lint:
controllers/main.go#L145
SA1019: klogr.New is deprecated: this uses a custom, out-dated output format. Use textlogger.NewLogger instead. (staticcheck)
|
golangci-lint:
internal/kpt/util/man/man.go#L56
printf: non-constant format string in call to sigs.k8s.io/kustomize/kyaml/errors.Errorf (govet)
|
golangci-lint:
func/client/main.go#L95
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
pkg/cli/commands/rpkg/util/common.go#L82
Error return value of `kptMetaDataKo.SetAPIVersion` is not checked (errcheck)
|
golangci-lint:
pkg/cli/commands/rpkg/util/common.go#L83
Error return value of `kptMetaDataKo.SetKind` is not checked (errcheck)
|
golangci-lint:
func/internal/podevaluator_podmanager_test.go#L44
Error return value of `server.Serve` is not checked (errcheck)
|
golangci-lint:
func/internal/podevaluator_podmanager_test.go#L690
Error return value of `tt.kubeClient.Get` is not checked (errcheck)
|
golangci-lint:
func/internal/podevaluator.go#L298
SA1015: using time.Tick leaks the underlying ticker, consider using it only in endless functions, tests and the main package, and use time.NewTicker here (staticcheck)
|
golangci-lint:
func/internal/podevaluator.go#L496
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
|
golangci-lint:
internal/kpt/fnruntime/imagepullpolicy.go#L56
printf: non-constant format string in call to fmt.Errorf (govet)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading