VendorConfigManager implementations for dell, supermicro and asrockrack #66
Annotations
6 errors
lint:
config/asrockrack/asrockrack.go#L91
commentedOutCode: may want to remove commented-out code (gocritic)
|
lint:
config/supermicro/supermicro.go#L92
Consider pre-allocating `menus` (prealloc)
|
lint:
config/asrockrack/asrockrack.go#L47
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"unknown config format\")" (goerr113)
|
lint:
config/dell/dell.go#L51
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"unknown config format\")" (goerr113)
|
lint:
config/supermicro/supermicro.go#L47
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"unknown config format\")" (goerr113)
|
lint
issues found
|