portainer/portainer

View on GitHub
api/cli/cli.go

Summary

Maintainability
A
35 mins
Test Coverage

Function validateEndpointURL has 5 return statements (exceeds 4 allowed).
Open

func validateEndpointURL(endpointURL string) error {
    if endpointURL == "" {
        return nil
    }

Severity: Major
Found in api/cli/cli.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status