cloudfoundry/dea_ng

View on GitHub
go/src/directoryserver/deaclient.go

Summary

Maintainability
A
35 mins
Test Coverage

Method DeaClient.LookupPath has 5 return statements (exceeds 4 allowed).
Open

func (x *DeaClient) LookupPath(w http.ResponseWriter, r *http.Request) (string, error) {
    y := fmt.Sprintf("http://%s:%d%s", x.Host, x.Port, r.URL.String())

    log.Infof("Sending HTTP request to DEA: %s", y)

Severity: Major
Found in go/src/directoryserver/deaclient.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status