WIP #1272
Annotations
16 errors
test:
providers/dell/firmware.go#L120
task.Oem undefined (type *redfish.Task has no field or method Oem)
|
test:
providers/supermicro/supermicro.go#L363
Client.PowerSet redeclared in this block
|
test:
providers/supermicro/supermicro.go#L203
other declaration of PowerSet
|
test:
providers/supermicro/supermicro.go#L366
c.powerCycle undefined (type *Client has no field or method powerCycle)
|
test:
providers/supermicro/x11.go#L27
cannot use &x11{…} (value of type *x11) as type bmcQueryor in return statement:
|
test:
providers/supermicro/x12.go#L27
cannot use &x12{…} (value of type *x12) as type bmcQueryor in return statement:
|
test:
bmc/firmware_test.go#L232
undefined: errors
|
test
Process completed with exit code 2.
|
lint:
bmc/firmware_test.go#L232
undefined: errors (typecheck)
|
lint:
providers/dell/firmware.go#L120
task.Oem undefined (type *redfish.Task has no field or method Oem) (typecheck)
|
lint:
providers/supermicro/supermicro.go#L363
method Client.PowerSet already declared at providers/supermicro/supermicro.go:203:18 (typecheck)
|
lint:
providers/supermicro/supermicro.go#L366
c.powerCycle undefined (type *Client has no field or method powerCycle) (typecheck)
|
lint:
providers/supermicro/x11.go#L27
cannot use &x11{…} (value of type *x11) as bmcQueryor value in return statement: *x11 does not implement bmcQueryor (missing method powerSet) (typecheck)
|
lint:
providers/supermicro/x12.go#L27
cannot use &x12{…} (value of type *x12) as bmcQueryor value in return statement: *x12 does not implement bmcQueryor (missing method powerSet) (typecheck)
|
lint:
providers/redfish/tasks.go#L103
func `(*Conn).purgeQueuedFirmwareInstallTask` is unused (unused)
|
lint
issues found
|