Skip to content

Commit

Permalink
rollback modified no lint on main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
medmes committed Dec 23, 2024
1 parent b077188 commit c65e391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func pprofStartServer(addr string, timeout time.Duration, setupLog logr.Logger)
}
}

func setupManager(flagVar *flags.FlagVar, cacheOptions cache.Options, scheme *machineryruntime.Scheme, setupLog logr.Logger) { // nolint: funlen // setupManager is a main function that sets up the manager
func setupManager(flagVar *flags.FlagVar, cacheOptions cache.Options, scheme *machineryruntime.Scheme, setupLog logr.Logger) { //nolint: funlen // setupManager is a main function that sets up the manager
config := ctrl.GetConfigOrDie()
config.QPS = float32(flagVar.ClientQPS)
config.Burst = flagVar.ClientBurst
Expand Down

0 comments on commit c65e391

Please sign in to comment.