Sha256: d58d89467a3a2306ddce8a6fddb911ec4b93c6d999d1fe51b33c2f1458d35780

Contents?: true

Size: 309 Bytes

Versions: 7

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

7 entries across 7 versions & 1 rubygems

Version Path
reevoocop-0.0.14 bin/reevoocop
reevoocop-0.0.12 bin/reevoocop
reevoocop-0.0.11 bin/reevoocop
reevoocop-0.0.10 bin/reevoocop
reevoocop-0.0.9 bin/reevoocop
reevoocop-0.0.8 bin/reevoocop
reevoocop-0.0.7 bin/reevoocop