jkawamoto/roadie

View on GitHub
cloud/azure/batch/client/certificates/certificate_delete_responses.go

Summary

Maintainability
A
35 mins
Test Coverage

Method CertificateDeleteReader.ReadResponse has 5 return statements (exceeds 4 allowed).
Open

func (o *CertificateDeleteReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) {
    switch response.Code() {

    case 202:
        result := NewCertificateDeleteAccepted()
Severity: Major
Found in cloud/azure/batch/client/certificates/certificate_delete_responses.go - About 35 mins to fix

    Your code does not pass gofmt in 2 places. Go fmt your code!
    Open

    package certificates

    There are no issues that match your filters.

    Category
    Status