ory-am/hydra

View on GitHub
driver/factory.go

Summary

Maintainability
A
40 mins
Test Coverage

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

func New(ctx context.Context, sl *servicelocatorx.Options, opts []OptionsModifier) (Registry, error) {
    o := newOptions()
    for _, f := range opts {
        f(o)
    }
Severity: Major
Found in driver/factory.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status