synapsecns/sanguine

View on GitHub
core/processlog/options.go

Summary

Maintainability
A
35 mins
Test Coverage

Method stdStreamLogArgs.Validate has 5 return statements (exceeds 4 allowed).
Open

func (s *stdStreamLogArgs) Validate() error {
    if s.Ctx == nil {
        return errCtxNil
    }

Severity: Major
Found in core/processlog/options.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status