loader/jsonconfig/stage.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type Stage should have comment or be unexported
Open

    Stage struct {
Severity: Minor
Found in loader/jsonconfig/stage.go by golint

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

func (s *Stage) Translate() (*config.Stage, error) {
Severity: Minor
Found in loader/jsonconfig/stage.go by golint

exported type StageTask should have comment or be unexported
Open

    StageTask struct {
Severity: Minor
Found in loader/jsonconfig/stage.go by golint

There are no issues that match your filters.

Category
Status