Disable rubocop Metrics/AbcSize for #parse_args

This commit is contained in:
Christophe Bliard
2025-04-18 10:02:54 +02:00
parent 932fac68f3
commit 612a8bf2cf
+1 -1
View File
@@ -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