Sha256: eb6f51177ddb985d1d62f294eb83d66fef061262316163b6800a33a61da730eb
Contents?: true
Size: 288 Bytes
Versions: 5
Compression:
Stored size: 288 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[:verbose] exit result
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rubocop-0.3.2 | bin/rubocop |
rubocop-0.3.1 | bin/rubocop |
rubocop-0.3.0 | bin/rubocop |
rubocop-0.2.1 | bin/rubocop |
rubocop-0.2.0 | bin/rubocop |