Make provider support more modular #904
build_test.yml
on: pull_request_target
Annotations
10 errors and 1 warning
Build and Unit Test:
pkg/manager/manager.go#L124
Error return value of `fmt.Fprintf` is not checked (errcheck)
|
Build and Unit Test:
pkg/manager/manager.go#L125
Error return value of `fmt.Fprint` is not checked (errcheck)
|
Build and Unit Test:
pkg/manager/manager.go#L126
Error return value of `fmt.Printf` is not checked (errcheck)
|
Build and Unit Test:
pkg/manager/manager.go#L128
Error return value of `fmt.Printf` is not checked (errcheck)
|
Build and Unit Test:
pkg/manager/manager.go#L130
Error return value of `fmt.Printf` is not checked (errcheck)
|
Build and Unit Test:
pkg/providers/aws/provider.go#L61
bare-return: avoid using bare returns, please add return expressions (revive)
|
Build and Unit Test:
pkg/providers/aws/provider.go#L56
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
|
Build and Unit Test:
pkg/providers/aws/provider.go#L57
unused-parameter: parameter 'propnCfg' seems to be unused, consider removing or renaming it as _ (revive)
|
Build and Unit Test:
pkg/providers/azure/provider.go#L67
bare-return: avoid using bare returns, please add return expressions (revive)
|
Build and Unit Test:
pkg/providers/vsphere/provider.go#L63
bare-return: avoid using bare returns, please add return expressions (revive)
|
Build and Unit Test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|