loader/jsonconfig/run_task.go

Summary

Maintainability
A
0 mins
Test Coverage

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

func (t *RunTask) Translate(name string) (config.Task, error) {
Severity: Minor
Found in loader/jsonconfig/run_task.go by golint

exported type Healthcheck should have comment or be unexported
Open

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

exported type RunTask should have comment or be unexported
Open

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

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

func (h *Healthcheck) Translate() (*config.Healthcheck, error) {
Severity: Minor
Found in loader/jsonconfig/run_task.go by golint

There are no issues that match your filters.

Category
Status