Sha256: ac4eb1b5e7d7f03c930a64f633abf6346d282f9d0b6a7fa3e71aee1845fefe4b

Contents?: true

Size: 286 Bytes

Versions: 7

Compression:

Stored size: 286 Bytes

Contents

#!/usr/bin/env ruby

$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

7 entries across 7 versions & 1 rubygems

Version Path
rubocop-0.4.6 bin/rubocop
rubocop-0.4.5 bin/rubocop
rubocop-0.4.4 bin/rubocop
rubocop-0.4.3 bin/rubocop
rubocop-0.4.2 bin/rubocop
rubocop-0.4.1 bin/rubocop
rubocop-0.4.0 bin/rubocop