Sha256: 0cb43d07f759032923c9b8ad3dbe9b25f945e346543c2b878baeba1fa4491e77
Contents?: true
Size: 304 Bytes
Versions: 3
Compression:
Stored size: 304 Bytes
Contents
#!/usr/bin/env ruby # encoding: utf-8 $LOAD_PATH.unshift(File.dirname(File.realpath(__FILE__)) + '/../lib') require 'rubocop' require 'benchmark' cli = Rubocop::CLI.new result = 0 time = Benchmark.realtime do result = cli.run end puts "Finished in #{time} seconds" if $options[:debug] exit result
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rubocop-0.6.1 | bin/rubocop |
rubocop-0.6.0 | bin/rubocop |
rubocop-0.5.0 | bin/rubocop |