cmd/operator/main.go

Summary

Maintainability
A
35 mins
Test Coverage

Function operatorMain has 5 return statements (exceeds 4 allowed).
Open

func operatorMain(c *cli.Context) error {
    operatorLog := cmd.AppLogger(c).WithName("operator")
    operatorLog.Info("initializing")
    ctrl.SetLogger(operatorLog)

Severity: Major
Found in cmd/operator/main.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status