MattHodge / go-octopusdeploy

A Go wrapper for the Octopus Deploy REST API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve "ValidateProjectValues" to return all problems with validation

MattHodge opened this issue · comments

Currently, the ValidateProjectValues method only returns the first found a reason for a struct not being valid. It would be better if all the reasons could be returned.