Sha256: 25707a1abc28ee215d3adbc881c98d411dfc74b77687d2b38407d56b95bbf753

Contents?: true

Size: 309 Bytes

Versions: 6

Compression:

Stored size: 309 Bytes

Contents

#!/usr/bin/env ruby
# encoding: utf-8

$LOAD_PATH.unshift(File.dirname(File.realpath(__FILE__)) + '/../lib')

require 'reevoocop'
require 'benchmark'

cli = RuboCop::CLI.new
result = 0

time = Benchmark.realtime do
  result = cli.run
end

puts "Finished in #{time} seconds" if cli.options[:debug]
exit result

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
reevoocop-0.0.6 bin/reevoocop
reevoocop-0.0.5 bin/reevoocop
reevoocop-0.0.4 bin/reevoocop
reevoocop-0.0.3 bin/reevoocop
reevoocop-0.0.2 bin/reevoocop
reevoocop-0.0.1 bin/reevoocop