You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
dirien
changed the title
fix: reduce cyclomatic complexity 33 in VEXXHOST provisioner
fix: reduce cyclomatic complexity 34 in VEXXHOST provisioner
Nov 24, 2021
The VEXXHOST provisioner has a function with a very high cyclomatic
We should split the fn to reduce the complexity
The text was updated successfully, but these errors were encountered: