stamm/dep_radar

View on GitHub
app/app.go

Summary

Maintainability
A
35 mins
Test Coverage

Function New has 5 arguments (exceeds 4 allowed). Consider refactoring.
Open

func New(ctx context.Context, pkg dep_radar.Pkg, branch string, detector dep_radar.IProviderDetector, depDetector dep_radar.IDepDetector) (*App, error) {
Severity: Minor
Found in app/app.go - About 35 mins to fix

    2: cannot find package "github.com/stamm/dep_radar" in any of:
    Open

        "github.com/stamm/dep_radar"
    Severity: Minor
    Found in app/app.go by govet

    There are no issues that match your filters.

    Category
    Status