dictyBase/modware-auth

View on GitHub

Showing 1 of 4 total issues

Function RunServer has 58 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func RunServer(c *cli.Context) error {
    conns, err := getConnections(c)
    if err != nil {
        return cli.NewExitError(
            fmt.Sprintf("Unable to connect to external service %q", err),
Severity: Minor
Found in internal/app/server/server.go - About 1 hr to fix
Severity
Category
Status
Source
Language