runner/plan_task.go

Summary

Maintainability
A
0 mins
Test Coverage

exported const PrefixMaxLength should have comment or be unexported
Open

const PrefixMaxLength = 20
Severity: Minor
Found in runner/plan_task.go by golint

exported type PlanTaskRunnerFactory should have comment or be unexported
Open

    PlanTaskRunnerFactory func(
Severity: Minor
Found in runner/plan_task.go by golint

exported function NewPlanTaskRunnerFactory should have comment or be unexported
Open

func NewPlanTaskRunnerFactory(
Severity: Minor
Found in runner/plan_task.go by golint

There are no issues that match your filters.

Category
Status