lib/quality/runner.rb in quality-12.0.0 vs lib/quality/runner.rb in quality-13.0.0
- old
+ new
@@ -51,12 +51,10 @@
puts "#{tool} not installed"
end
end
def run_ratchet
- # XXX: a lot of things know about globbing--isn't this config's job?
- @globber.glob("#{@config.output_dir}/*_high_water_mark")
- .each do |filename|
+ @config.all_output_files.each do |filename|
run_ratchet_on_file(filename)
end
end
def run_ratchet_on_file(filename)