ory-am/hydra

View on GitHub
driver/factory.go

Summary

Maintainability
A
45 mins
Test Coverage

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

func New(ctx context.Context, sl *servicelocatorx.Options, opts []OptionsModifier) (Registry, error) {
    o := NewOptions(opts)

    l := sl.Logger()
    if l == nil {
Severity: Major
Found in driver/factory.go - About 45 mins to fix

    There are no issues that match your filters.

    Category
    Status