synapsecns/sanguine

View on GitHub
tools/modulecopier/cmd/main.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func Run(args []string, buildInfo config.BuildInfo) {
    app := cli.NewApp()
    app.Name = buildInfo.Name()
    app.Version = buildInfo.Version()
    app.Description = buildInfo.VersionString() + "This is used for copying files out of modules in order to export unused fields. This should only be used for unit testing"
Severity: Major
Found in tools/modulecopier/cmd/main.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status