synapsecns/sanguine

View on GitHub
ethergo/listener/suite_test.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func NewSqliteStore(parentCtx context.Context, dbPath string, handler metrics.Handler) (_ *db2.Store, err error) {
    logger := log.Logger("sqlite-store")

    logger.Debugf("creating sqlite store at %s", dbPath)

Severity: Major
Found in ethergo/listener/suite_test.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status