dotcloud/docker

View on GitHub
libnetwork/endpoint_info_unix.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Endpoint.DriverInfo has 5 return statements (exceeds 4 allowed).
Open

func (ep *Endpoint) DriverInfo() (map[string]interface{}, error) {
    ep, err := ep.retrieveFromStore()
    if err != nil {
        return nil, err
    }
Severity: Major
Found in libnetwork/endpoint_info_unix.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status