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 AWS provisioner has a function with a very high cyclomatic
pkg/cloud/aws/aws.go:115:1: cyclomatic complexity 33 of func `(*Aws).CreateServer` is high (> 30) (gocyclo)
func (a *Aws) 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:
The AWS 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: