waku-org/go-waku

View on GitHub
cmd/waku/rlngenerate/command_rln.go

Summary

Maintainability
A
40 mins
Test Coverage

Function execute has 6 return statements (exceeds 4 allowed).
Open

func execute(ctx context.Context) error {
    rlnInstance, err := rln.NewRLN()
    if err != nil {
        return err
    }
Severity: Major
Found in cmd/waku/rlngenerate/command_rln.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status