Skip to content

Update all dependencies #690

Update all dependencies

Update all dependencies #690

Triggered via pull request September 29, 2023 21:31
Status Failure
Total duration 2m 36s
Artifacts

ci.yaml

on: pull_request
Codespell
13s
Codespell
Matrix: validate
Fit to window
Zoom out
Zoom in

Annotations

14 errors
Validate verify
cannot use doc (variable of type *"github.com/google/gnostic/openapiv2".Document) as *"github.com/google/gnostic-models/openapiv2".Document value in argument to swagger.FromGnostic
Validate verify
provenance.GetProvenance().Full undefined (type provenance.Provenance has no field or method Full)
Validate verify
Process completed with exit code 2.
Validate test
Process completed with exit code 2.
Validate lint: controllers/machine_reconcile_scope.go#L524
G601: Implicit memory aliasing in for loop. (gosec)
Validate lint: controllers/machine_reconcile_scope_test.go#L17
package should be `controllers_test` instead of `controllers` (testpackage)
Validate lint: controllers/tinkerbellmachine_controller.go#L90
assignments should only be cuddled with other assignments (wsl)
Validate lint: controllers/tinkerbellmachine_controller.go#L93
directive `//nolint:wrapcheck` is unused for linter "wrapcheck" (nolintlint)
Validate lint: controllers/tinkerbellmachine_controller.go#L101
if statements should only be cuddled with assignments (wsl)
Validate lint: controllers/tinkerbellmachine_controller.go#L111
if statements should only be cuddled with assignments (wsl)
Validate lint: controllers/tinkerbellmachine_controller.go#L112
mnd: Magic number: 30, in <assign> detected (gomnd)
Validate lint: controllers/tinkerbellmachine_controller.go#L130
directive `//nolint:wrapcheck` is unused for linter "wrapcheck" (nolintlint)
Validate lint: controllers/tinkerbellmachine_controller.go#L134
receiver-naming: receiver name tmr should be consistent with previous receiver name r for TinkerbellMachineReconciler (revive)
Validate lint: controllers/tinkerbellmachine_controller.go#L141
SA1019: util.ClusterToObjectsMapper is deprecated: This function is deprecated and will be removed in a future release, use ClusterToTypedObjectsMapper instead. The problem with this function is that it uses UnstructuredList to retrieve objects, with the default client configuration this will lead to uncached List calls, which is a major performance issue. (staticcheck)