Showing 1 of 6 total issues

Method Client.parseResponse has 7 return statements (exceeds 4 allowed).
Open

func (c Client) parseResponse(resp *http.Response, wrapper *wrapper) error {

    wrapper.statusCode = resp.StatusCode

    if resp.StatusCode == http.StatusNoContent {
Severity: Major
Found in client_requests.go - About 45 mins to fix
    Severity
    Category
    Status
    Source
    Language