convox / convox

Redundant statements can be removed RVV-A0010
Anti-pattern
Major
a day agoa year old
Omit unnecessary break at the end of case clause
442
443			switch b.Status {
444			case "created", "running":
445				break446			case "complete":
447				return nil
448			case "failed":