From 612a8bf2cff2b1cf7cc74fed520be36716a301e8 Mon Sep 17 00:00:00 2001 From: Christophe Bliard Date: Fri, 18 Apr 2025 10:02:54 +0200 Subject: [PATCH] Disable rubocop Metrics/AbcSize for #parse_args --- script/github_pr_errors | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/github_pr_errors b/script/github_pr_errors index 635d7488b75..9ce5021f195 100755 --- a/script/github_pr_errors +++ b/script/github_pr_errors @@ -85,7 +85,7 @@ class Options options.merge!(parse_url(ARGV.first)) if ARGV.any? end - def parse_args + def parse_args # rubocop:disable Metrics/AbcSize options = {} opt_parser = OptionParser.new do |parser| parser.banner = BANNER