Skip to content

Commit

Permalink
Remove unused global
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Nov 26, 2024
1 parent 83d2e28 commit 11bf66f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions internal/controller/runtime/runtime_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,6 @@ type RuntimeReconciler struct {
//+kubebuilder:rbac:groups=infrastructuremanager.kyma-project.io,resources=runtimes/status,verbs=get;update;patch
//+kubebuilder:rbac:groups=infrastructuremanager.kyma-project.io,resources=runtimes/finalizers,verbs=update

var requCounter = 0 // nolint:gochecknoglobals

func (r *RuntimeReconciler) Reconcile(ctx context.Context, request ctrl.Request) (ctrl.Result, error) {
r.Log.Info(request.String())

Expand Down

0 comments on commit 11bf66f

Please sign in to comment.