Skip to content

VendorConfigManager implementations for dell, supermicro and asrockrack #62

VendorConfigManager implementations for dell, supermicro and asrockrack

VendorConfigManager implementations for dell, supermicro and asrockrack #62

Triggered via push December 4, 2023 19:51
Status Failure
Total duration 12s
Artifacts

ci.yaml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: config/asrockrack/asrockrack.go#L93
commentedOutCode: may want to remove commented-out code (gocritic)
lint: config/supermicro/supermicro.go#L18
type name will be used as supermicro.SupermicroConfig by other packages, and that stutters; consider calling this Config (golint)
lint: config/supermicro/supermicro.go#L22
type name will be used as supermicro.SupermicroBiosCfg by other packages, and that stutters; consider calling this BiosCfg (golint)
lint: config/supermicro/supermicro.go#L27
type name will be used as supermicro.SupermicroBiosCfgMenu by other packages, and that stutters; consider calling this BiosCfgMenu (golint)
lint: config/supermicro/supermicro.go#L34
type name will be used as supermicro.SupermicroBiosCfgSetting by other packages, and that stutters; consider calling this BiosCfgSetting (golint)
lint: config/asrockrack/asrockrack.go#L18
type name will be used as asrockrack.ASRockRackConfig by other packages, and that stutters; consider calling this Config (golint)
lint: config/asrockrack/asrockrack.go#L22
type name will be used as asrockrack.ASRockRackBiosCfg by other packages, and that stutters; consider calling this BiosCfg (golint)
lint: config/asrockrack/asrockrack.go#L27
type name will be used as asrockrack.ASRockRackBiosCfgMenu by other packages, and that stutters; consider calling this BiosCfgMenu (golint)
lint: config/asrockrack/asrockrack.go#L34
type name will be used as asrockrack.ASRockRackBiosCfgSetting by other packages, and that stutters; consider calling this BiosCfgSetting (golint)
lint: config/supermicro/supermicro.go#L94
Consider pre-allocating `menus` (prealloc)