Use netboot.AllowPXE to determine hardware ready status #820
Annotations
7 errors
lint:
controllers/machine_reconcile_scope.go#L31
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
lint:
controllers/machine_reconcile_scope.go#L113
ranges should only be cuddled with assignments used in the iteration (wsl)
|
lint:
controllers/machine_reconcile_scope.go#L120
return statements should not be cuddled if block has more than two lines (wsl)
|
lint:
controllers/tinkerbellmachine_controller_test.go#L31
SA1019: "k8s.io/utils/pointer" is deprecated: Use functions in k8s.io/utils/ptr instead: ptr.To to obtain a pointer, ptr.Deref to dereference a pointer, ptr.Equal to compare dereferenced pointers. (staticcheck)
|
lint:
main.go#L298
only one cuddle assignment allowed before if statement (wsl)
|
lint:
main.go#L303
assignments should only be cuddled with other assignments (wsl)
|
lint:
main.go#L304
only one cuddle assignment allowed before if statement (wsl)
|
Loading