runner/task.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type BaseRunner should have comment or be unexported
Open

    BaseRunner interface {
Severity: Minor
Found in runner/task.go by golint

exported type HookFunc should have comment or be unexported
Open

    HookFunc          func(context *RunContext) error
Severity: Minor
Found in runner/task.go by golint

exported function NewBaseRunner should have comment or be unexported
Open

func NewBaseRunner(
Severity: Minor
Found in runner/task.go by golint

exported function NewMultiFactory should have comment or be unexported
Open

func NewMultiFactory(factory BuilderFactory) BuilderSetFactory {
Severity: Minor
Found in runner/task.go by golint

exported type TaskRunnerFactory should have comment or be unexported
Open

    TaskRunnerFactory func(
Severity: Minor
Found in runner/task.go by golint

exported type BuilderFactory should have comment or be unexported
Open

    BuilderFactory    func() (*command.Builder, error)
Severity: Minor
Found in runner/task.go by golint

exported type BuilderSetFactory should have comment or be unexported
Open

    BuilderSetFactory func() ([]*command.Builder, error)
Severity: Minor
Found in runner/task.go by golint

exported type TaskRunner should have comment or be unexported
Open

    TaskRunner interface {
Severity: Minor
Found in runner/task.go by golint

There are no issues that match your filters.

Category
Status