config/run_task.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type RunTask should have comment or be unexported
Open

    RunTask struct {
Severity: Minor
Found in config/run_task.go by golint

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

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

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

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

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

func (h *Healthcheck) Extend(parent *Healthcheck) error {
Severity: Minor
Found in config/run_task.go by golint

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

func (h *Healthcheck) MarshalJSON() ([]byte, error) {
Severity: Minor
Found in config/run_task.go by golint

exported type Healthcheck should have comment or be unexported
Open

    Healthcheck struct {
Severity: Minor
Found in config/run_task.go by golint

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

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

There are no issues that match your filters.

Category
Status