Skip to content

Add Unmarshal(cfg string) to VendorConfigManager #151

Add Unmarshal(cfg string) to VendorConfigManager

Add Unmarshal(cfg string) to VendorConfigManager #151

Triggered via pull request July 18, 2024 11:43
Status Failure
Total duration 24s
Artifacts

ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
lint: config/asrockrack.go#L51
cannot use asrr (variable of type *asrockrackVendorConfig) as type VendorConfigManager in return statement:
lint: config/asrockrack.go#L120
not enough return values
lint: config/asrockrack.go#L125
not enough return values
lint: config/dell.go#L57
cannot use dell (variable of type *dellVendorConfig) as type VendorConfigManager in return statement:
lint: config/dell.go#L144
not enough return values
lint: config/dell.go#L149
not enough return values
lint: config/asrockrack.go#L1
: # github.com/bmc-toolbox/common/config
lint: config/asrockrack.go#L51
cannot use asrr (variable of type *asrockrackVendorConfig) as type VendorConfigManager in return statement:
lint: config/asrockrack.go#L120
not enough return values
lint: config/asrockrack.go#L125
not enough return values
lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/