cloudfoundry/cloud_controller_ng

View on GitHub
.devcontainer/images/mockserver/main.go

Summary

Maintainability
A
1 hr
Test Coverage

Function main has 53 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func main() {
    e := echo.New()
    e.Logger.SetLevel(log.DEBUG)

    diegoURL, err := url.Parse(os.Getenv("DIEGO_URL"))
Severity: Minor
Found in .devcontainer/images/mockserver/main.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status