config/plan_task.go

Summary

Maintainability
A
0 mins
Test Coverage

exported method PlanTask.GetType should have comment or be unexported
Open

func (t *PlanTask) GetType() string {
Severity: Minor
Found in config/plan_task.go by golint

exported type PlanTask should have comment or be unexported
Open

type PlanTask struct {
Severity: Minor
Found in config/plan_task.go by golint

exported method PlanTask.Extend should have comment or be unexported
Open

func (t *PlanTask) Extend(task Task) error {
Severity: Minor
Found in config/plan_task.go by golint

exported method PlanTask.MarshalJSON should have comment or be unexported
Open

func (t *PlanTask) MarshalJSON() ([]byte, error) {
Severity: Minor
Found in config/plan_task.go by golint

There are no issues that match your filters.

Category
Status