enabled go-makefile-maker ci #119
Annotations
10 errors and 1 warning
Checks:
internal/netbox/client.go#L101
commentFormatting: put a space between `//` and comment text (gocritic)
|
Checks:
internal/netbox/client.go#L27
paramTypeCombine: func(url string, token string) (*NetboxClient, error) could be replaced with func(url, token string) (*NetboxClient, error) (gocritic)
|
Checks:
internal/netbox/client.go#L156
paramTypeCombine: func(role string, name string) ([]models.Device, error) could be replaced with func(role, name string) ([]models.Device, error) (gocritic)
|
Checks:
internal/netbox/client.go#L59
unnamedResult: consider giving a name to these results (gocritic)
|
Checks:
internal/netbox/client.go#L108
ST1003: method LookupMacForIp should be LookupMacForIP (stylecheck)
|
Checks:
internal/netbox/client.go#L105
unnecessary trailing newline (whitespace)
|
Checks:
internal/controller/cluster.go#L72
commentFormatting: put a space between `//` and comment text (gocritic)
|
Checks:
internal/controller/cluster.go#L22
File is not properly formatted (goimports)
|
Checks:
internal/controller/cluster.go#L262
fmt.Errorf can be replaced with errors.New (perfsprint)
|
Checks:
internal/controller/cluster.go#L149
ST1003: var redfishUrl should be redfishURL (stylecheck)
|
Checks
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|