Method: LintReport::App#run

Defined in:
lib/lint_report/app.rb

#runObject



20
21
22
23
24
25
26
27
28
29
# File 'lib/lint_report/app.rb', line 20

def run
  verify_options
  start_workers
  download_new_gems
  while download_queue.size > 0
    sleep 0.5
  end
  remove_old_gems
  analyse_gems
end