synapsecns/sanguine

View on GitHub
tools/modulecopier/internal/module.go

Summary

Maintainability
A
50 mins
Test Coverage

Function GetModulePath has 8 return statements (exceeds 4 allowed).
Open

func GetModulePath(dependencyName string) (modPath string, err error) {
    modFile, err := getModfile()
    if err != nil {
        return "", err
    }
Severity: Major
Found in tools/modulecopier/internal/module.go - About 50 mins to fix

    There are no issues that match your filters.

    Category
    Status