subcommand/run.go

Summary

Maintainability
A
0 mins
Test Coverage

exported var ErrBuildFailed should have comment or be unexported
Open

var ErrBuildFailed = fmt.Errorf("subcommand failed")
Severity: Minor
Found in subcommand/run.go by golint

exported function NewRunCommand should have comment or be unexported
Open

func NewRunCommand(appOptions *options.AppOptions, runOptions *options.RunOptions) CommandRunner {
Severity: Minor
Found in subcommand/run.go by golint

There are no issues that match your filters.

Category
Status