lib/reek/cli/reek_command.rb in reek-3.3.1 vs lib/reek/cli/reek_command.rb in reek-3.4.0

- old
+ new

@@ -5,10 +5,9 @@ module CLI # # A command to collect smells from a set of sources and write them out in # text report format. # - # @api private class ReekCommand < Command def execute(app) options.sources.each do |source| reporter.add_examiner Examiner.new(source, smell_names, configuration: app.configuration) end