Fantom-foundation/go-lachesis

View on GitHub
cmd/lachesis/export_events.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func exportEvents(ctx *cli.Context) error {
    if len(ctx.Args()) < 1 {
        utils.Fatalf("This command requires an argument.")
    }

Severity: Major
Found in cmd/lachesis/export_events.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status