config/stage.go

Summary

Maintainability
A
0 mins
Test Coverage

exported type RunMode should have comment or be unexported
Open

    RunMode int
Severity: Minor
Found in config/stage.go by golint

exported const RunModeOnSuccess should have comment (or a comment on this block) or be unexported
Open

    RunModeOnSuccess
Severity: Minor
Found in config/stage.go by golint

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

func (s *Stage) ShouldRun(failure bool) bool {
Severity: Minor
Found in config/stage.go by golint

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

func (m RunMode) MarshalJSON() ([]byte, error) {
Severity: Minor
Found in config/stage.go by golint

exported type Stage should have comment or be unexported
Open

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

exported type StageTask should have comment or be unexported
Open

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

There are no issues that match your filters.

Category
Status