VendorConfigManager implementations for dell, supermicro and asrockrack #55
Annotations
10 errors
Run golangci-lint:
config/asrockrack/asrockrack.go#L11
`invalidConfigFormatError` is unused (deadcode)
|
Run golangci-lint:
config/asrockrack/asrockrack.go#L93
commentedOutCode: may want to remove commented-out code (gocritic)
|
Run golangci-lint:
config/supermicro/supermicro.go#L93
paramTypeCombine: func(name string, value string, menuPath []string) could be replaced with func(name, value string, menuPath []string) (gocritic)
|
Run golangci-lint:
config/dell/dell.go#L14
type name will be used as dell.DellVendorConfigManager by other packages, and that stutters; consider calling this VendorConfigManager (golint)
|
Run golangci-lint:
config/dell/dell.go#L19
type name will be used as dell.DellConfig by other packages, and that stutters; consider calling this Config (golint)
|
Run golangci-lint:
config/dell/dell.go#L23
type name will be used as dell.DellSystemConfiguration by other packages, and that stutters; consider calling this SystemConfiguration (golint)
|
Run golangci-lint:
config/dell/dell.go#L32
type name will be used as dell.DellComponent by other packages, and that stutters; consider calling this Component (golint)
|
Run golangci-lint:
config/dell/dell.go#L38
type name will be used as dell.DellComponentAttribute by other packages, and that stutters; consider calling this ComponentAttribute (golint)
|
Run golangci-lint:
config/supermicro/supermicro.go#L94
Consider pre-allocating `menus` (prealloc)
|
Run golangci-lint:
config/asrockrack/asrockrack.go#L49
err113: do not define dynamic errors, use wrapped static errors instead: "errors.New(\"unknown config format\")" (goerr113)
|
The logs for this run have expired and are no longer available.
Loading