dotcloud/docker

View on GitHub
libnetwork/cmd/networkdb-test/dbserver/ndbServer.go

Summary

Maintainability
A
40 mins
Test Coverage

Function getIPInterface has 6 return statements (exceeds 4 allowed).
Open

func getIPInterface(name string) (string, error) {
    ifaces, err := net.Interfaces()
    if err != nil {
        return "", err
    }
Severity: Major
Found in libnetwork/cmd/networkdb-test/dbserver/ndbServer.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status