Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
p53 committed Sep 13, 2024
1 parent 7e68632 commit 90eb859
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/proxy/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ import (
)

// newOauthProxyApp creates a new cli application and runs it
//
//nolint:cyclop
func NewOauthProxyApp[T proxycore.KeycloakProvider | proxycore.GoogleProvider](provider T) *cli.App {
cfg := config.ProduceConfig(provider)
app := cli.NewApp()
Expand Down

0 comments on commit 90eb859

Please sign in to comment.