We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e5a697 commit 36b6fdcCopy full SHA for 36b6fdc
1 file changed
lib/skunk/cli/application.rb
@@ -25,6 +25,7 @@ def initialize(argv)
25
def execute
26
warn_coverage_info unless File.exist?(COVERAGE_FILE)
27
28
+ Skunk::Config.reset
29
# :reek:NilCheck
30
@parsed_options = @options.parse.to_h
31
command = Skunk::CommandFactory.create(@parsed_options)
0 commit comments