config/build_task.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type BuildTask should have comment or be unexported
Open

type BuildTask struct {
Severity: Minor
Found in config/build_task.go by golint

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

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

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

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

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

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

There are no issues that match your filters.

Category
Status