registry/server.go

Summary

Maintainability
A
35 mins
Test Coverage

Function newServerLogin has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    ctx context.Context,
    logger logging.Logger,
    env environment.Environment,
    registry *config.ServerRegistry,
    runner command.Runner,
Severity: Minor
Found in registry/server.go - About 35 mins to fix

    exported function NewServerLogin should have comment or be unexported
    Open

    func NewServerLogin(
    Severity: Minor
    Found in registry/server.go by golint

    There are no issues that match your filters.

    Category
    Status