Skip to content
#

vultr

Here are 147 public repositories matching this topic...

minectl
dirien
dirien commented Nov 24, 2021

The VEXXHOST provisioner has a function with a very high cyclomatic

pkg/cloud/vexxhost/vexxhost.go:96:1: cyclomatic complexity 34 of func `(*VEXXHOST).CreateServer` is high (> 30) (gocyclo)
func (v *VEXXHOST) CreateServer(args automation.ServerArgs) (*automation.RessourceResults, error) {

We should split the fn to reduce the complexity

enhancement good first issue cloud-provider

Improve this page

Add a description, image, and links to the vultr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the vultr topic, visit your repo's landing page and select "manage topics."

Learn more