mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
Disable rubocop Metrics/AbcSize for #parse_args
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user