stamm/dep_radar

View on GitHub
deps/detect.go

Summary

Maintainability
A
35 mins
Test Coverage

Method Detector.Deps has 5 return statements (exceeds 4 allowed).
Open

func (d *Detector) Deps(ctx context.Context, app dep_radar.IApp) (dep_radar.AppDeps, error) {
    var (
        errs []string
        wg   sync.WaitGroup
        mx   sync.Mutex
Severity: Major
Found in deps/detect.go - About 35 mins to fix

    TODO found
    Open

        // TODO: check that done will be called later that result
    Severity: Minor
    Found in deps/detect.go by fixme

    There are no issues that match your filters.

    Category
    Status