Skip to content

reformattnig testwatchcertificates test to attempt to make it more re… #4

reformattnig testwatchcertificates test to attempt to make it more re…

reformattnig testwatchcertificates test to attempt to make it more re… #4

Triggered via push December 11, 2024 16:44
Status Success
Total duration 50s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: pkg/cli/commands/rpkg/util/common.go#L82
Error return value of `kptMetaDataKo.SetAPIVersion` is not checked (errcheck)
lint: pkg/cli/commands/rpkg/util/common.go#L83
Error return value of `kptMetaDataKo.SetKind` is not checked (errcheck)
lint: func/internal/podevaluator_podmanager_test.go#L44
Error return value of `server.Serve` is not checked (errcheck)
lint: func/internal/podevaluator_podmanager_test.go#L690
Error return value of `tt.kubeClient.Get` is not checked (errcheck)
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)
lint: func/internal/podevaluator.go#L496
SA1019: grpc.Dial is deprecated: use NewClient instead. Will be supported throughout 1.x. (staticcheck)
lint: controllers/packagevariants/pkg/controllers/packagevariant/injection.go#L122
Error return value is not checked (errcheck)
lint: pkg/kpt/internal/set-labels.go#L41
Error return value of `n.SetLabels` is not checked (errcheck)
lint: pkg/kpt/internal/set-namespace.go#L44
Error return value of `n.SetNamespace` is not checked (errcheck)
lint: internal/kpt/fnruntime/imagepullpolicy.go#L56
printf: non-constant format string in call to fmt.Errorf (govet)
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636