portainer/portainer

View on GitHub
third_party/digest/digest.go

Summary

Maintainability
A
40 mins
Test Coverage

Method Transport.RoundTrip has 6 return statements (exceeds 4 allowed).
Open

func (t *Transport) RoundTrip(req *http.Request) (*http.Response, error) {
    if t.Transport == nil {
        return nil, ErrNilTransport
    }

Severity: Major
Found in third_party/digest/digest.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status