ory-am/hydra

View on GitHub
cmd/cmd_create_jwks.go

Summary

Maintainability
A
35 mins
Test Coverage

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

func NewCreateJWKSCmd() *cobra.Command {
    const alg = "alg"
    const use = "use"

    cmd := &cobra.Command{
Severity: Major
Found in cmd/cmd_create_jwks.go - About 35 mins to fix

    There are no issues that match your filters.

    Category
    Status