Skip to content

Commit 2b57ac4

Browse files
refactor: fix linter
1 parent 0989636 commit 2b57ac4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

enterprise/coderd/prebuilds/reconcile.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (c *StoreReconciler) RunLoop(ctx context.Context) {
7272
c.done <- struct{}{}
7373
}()
7474

75-
//nolint:gocritic Reconciliation Loop needs Prebuilds Orchestrator permissions.
75+
// nolint:gocritic // Reconciliation Loop needs Prebuilds Orchestrator permissions.
7676
ctx, cancel := context.WithCancelCause(dbauthz.AsPrebuildsOrchestrator(ctx))
7777
c.cancelFn = cancel
7878

@@ -252,7 +252,7 @@ func (c *StoreReconciler) ReconcilePreset(ctx context.Context, ps prebuilds.Pres
252252
return nil
253253
}
254254

255-
//nolint:gocritic ReconcilePreset needs Prebuilds Orchestrator permissions.
255+
// nolint:gocritic // ReconcilePreset needs Prebuilds Orchestrator permissions.
256256
prebuildsCtx := dbauthz.AsPrebuildsOrchestrator(ctx)
257257

258258
levelFn := logger.Debug

0 commit comments

Comments
 (0)