registry/registry.go

Summary

Maintainability
A
35 mins
Test Coverage

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

    ctx context.Context,
    runner command.Runner,
    server string,
    username string,
    password string,
Severity: Minor
Found in registry/registry.go - About 35 mins to fix

    exported type Login should have comment or be unexported
    Open

    type Login interface {
    Severity: Minor
    Found in registry/registry.go by golint

    There are no issues that match your filters.

    Category
    Status