subcommand/command.go

Summary

Maintainability
A
35 mins
Test Coverage

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

    command string,
    config *config.Config,
    appOptions *options.AppOptions,
    cleanOptions *options.CleanOptions,
    runOptions *options.RunOptions,
Severity: Minor
Found in subcommand/command.go - About 35 mins to fix

    exported function Run should have comment or be unexported
    Open

    func Run(
    Severity: Minor
    Found in subcommand/command.go by golint

    exported type CommandRunner should have comment or be unexported
    Open

    type CommandRunner func(*config.Config) error
    Severity: Minor
    Found in subcommand/command.go by golint

    There are no issues that match your filters.

    Category
    Status