asteris-llc/converge

View on GitHub
plan/plan.go

Summary

Maintainability
A
40 mins
Test Coverage

Function WithNotify has 6 return statements (exceeds 4 allowed).
Open

func WithNotify(ctx context.Context, in *graph.Graph, notify *graph.Notifier) (*graph.Graph, error) {
    var hasErrors error

    out, err := in.Transform(ctx,
        notify.Transform(func(meta *node.Node, out *graph.Graph) error {
Severity: Major
Found in plan/plan.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status