Skip to content
This repository has been archived by the owner on May 4, 2024. It is now read-only.

Commit

Permalink
Remove redundant rubocop:disable statements
Browse files Browse the repository at this point in the history
  • Loading branch information
floriandejonckheere committed Apr 13, 2024
1 parent 27f4a8c commit 1934516
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/mosaik/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,9 @@ def call

raise ExitError, 1
end
# rubocop:enable Metrics/AbcSize

private

# rubocop:disable Metrics/AbcSize
def parser
@parser ||= OptionParser.new("#{File.basename($PROGRAM_NAME)} [global options] command [command options]") do |o|
o.on("Global options:")
Expand All @@ -105,7 +103,6 @@ def parser
o.separator("\n")
end
end
# rubocop:enable Metrics/AbcSize

def usage(code: 1, tail: nil)
# Extract command class usage message (if present)
Expand Down

0 comments on commit 1934516

Please sign in to comment.