ory-am/hydra

View on GitHub
cmd/root.go

Summary

Maintainability
A
1 hr
Test Coverage

Function RegisterCommandRecursive has 57 lines of code (exceeds 50 allowed). Consider refactoring.
Open

func RegisterCommandRecursive(parent *cobra.Command, slOpts []servicelocatorx.Option, dOpts []driver.OptionsModifier, cOpts []configx.OptionModifier) {
    createCmd := NewCreateCmd()
    createCmd.AddCommand(
        NewCreateClientsCommand(),
        NewCreateJWKSCmd(),
Severity: Minor
Found in cmd/root.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status