We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c297644 commit 486f20eCopy full SHA for 486f20e
lib/skunk/cli/application.rb
@@ -22,9 +22,6 @@ def initialize(argv)
22
def execute
23
warn_coverage_info unless File.exist?(COVERAGE_FILE)
24
25
- parsed_options = @options.parse.to_h
26
- reporter = Skunk::Cli::CommandFactory.create(parsed_options).execute
27
-
28
# :reek:NilCheck
29
@parsed_options = @options.parse.to_h
30
reporter = Skunk::Cli::CommandFactory.create(@parsed_options).execute
0 commit comments