Skip to content

Commit

Permalink
changed method length in config
Browse files Browse the repository at this point in the history
  • Loading branch information
copiousfreetime committed May 3, 2024
1 parent c3ed9df commit b154574
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/launchy/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ def initialize
@options = {}
end

# rubocop:disable Metrics/MethodLength
def parser
@parser ||= OptionParser.new do |op|
op.banner = "Usage: launchy [options] thing-to-launch"
Expand Down Expand Up @@ -53,7 +52,6 @@ def parser
end
end
end
# rubocop:enable Metrics/MethodLength

def parse(argv, _env)
parser.parse!(argv)
Expand Down

0 comments on commit b154574

Please sign in to comment.