command/runner.go

Summary

Maintainability
A
35 mins
Test Coverage

Method runner.run has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

    ctx context.Context,
    args []string,
    stdin io.ReadCloser,
    outProcessor outputProcessor,
    errProcessor outputProcessor,
Severity: Minor
Found in command/runner.go - About 35 mins to fix

    exported type Runner should have comment or be unexported
    Open

        Runner interface {
    Severity: Minor
    Found in command/runner.go by golint

    exported const SecretMask should have comment (or a comment on this block) or be unexported
    Open

        SecretMask  = "*****"
    Severity: Minor
    Found in command/runner.go by golint

    exported var OutputBlacklist should have comment or be unexported
    Open

    var OutputBlacklist = []string{
    Severity: Minor
    Found in command/runner.go by golint

    exported function NewRunner should have comment or be unexported
    Open

    func NewRunner(logger logging.Logger) Runner {
    Severity: Minor
    Found in command/runner.go by golint

    There are no issues that match your filters.

    Category
    Status