ory-am/hydra

View on GitHub
cmd/cmd_get_jwks.go

Summary

Maintainability
A
35 mins
Test Coverage

Function NewGetJWKSCmd has 5 return statements (exceeds 4 allowed).
Open

func NewGetJWKSCmd() *cobra.Command {
    cmd := &cobra.Command{
        Use:     "jwk set-1 [set-2] ...",
        Aliases: []string{"jwks"},
        Args:    cobra.MinimumNArgs(1),
Severity: Major
Found in cmd/cmd_get_jwks.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status