synapsecns/sanguine

View on GitHub
core/processlog/logs.go

Summary

Maintainability
A
45 mins
Test Coverage

Function StartLogs has 7 return statements (exceeds 4 allowed).
Open

func StartLogs(opts ...StdStreamLogArgsOption) (_ LogMetadata, err error) {
    input, err := makeArgs(opts)
    if err != nil {
        return nil, err
    }
Severity: Major
Found in core/processlog/logs.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status