From f81ec0ba913fb3b145518daac6624d39c85a206d Mon Sep 17 00:00:00 2001 From: Karina Kwiatek Date: Mon, 2 Jan 2023 11:40:31 +0100 Subject: [PATCH] Ignore block length on `justask` namespace --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 4a2b0fda..20c3349e 100644 --- a/Rakefile +++ b/Rakefile @@ -7,7 +7,7 @@ require File.expand_path("config/application", __dir__) Rails.application.load_tasks -namespace :justask do +namespace :justask do # rubocop:disable Metrics/BlockLength desc "Gives admin status to a user." task :admin, [:screen_name] => :environment do |_t, args| abort "screen name required" if args[:screen_name].nil?