config/stage.go
exported type RunMode should have comment or be unexported Open
Open
RunMode int
- Exclude checks
exported type Stage should have comment or be unexported Open
Open
Stage struct {
- Exclude checks
exported type StageTask should have comment or be unexported Open
Open
StageTask struct {
- Exclude checks
exported method RunMode.MarshalJSON should have comment or be unexported Open
Open
func (m RunMode) MarshalJSON() ([]byte, error) {
- Exclude checks
exported const RunModeOnSuccess should have comment (or a comment on this block) or be unexported Open
Open
RunModeOnSuccess
- Exclude checks
exported method Stage.ShouldRun should have comment or be unexported Open
Open
func (s *Stage) ShouldRun(failure bool) bool {
- Exclude checks