From 584fbf00a5dc4bb5e2254d2e3389fda7cee9a712 Mon Sep 17 00:00:00 2001 From: Shivam Mishra Date: Wed, 3 Jun 2026 18:57:49 +0530 Subject: [PATCH] chore: disable rubocop --- lib/tasks/onboarding.rake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tasks/onboarding.rake b/lib/tasks/onboarding.rake index 0f8c96391ee..dbc13279731 100644 --- a/lib/tasks/onboarding.rake +++ b/lib/tasks/onboarding.rake @@ -1,4 +1,4 @@ -namespace :onboarding do +namespace :onboarding do # rubocop:disable Metrics/BlockLength # Resets onboarding for an account so the onboarding flow runs again. # Interactively prompts for an account ID, then resets the onboarding step # and deletes the account's inboxes and help center (portals, categories, articles).