Sha256: a34e1364964b901dadef899f50091a17f02718ec0036668de646955c3d300025

Contents?: true

Size: 319 Bytes

Versions: 17

Compression:

Stored size: 319 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true

$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 cli.options[:debug]
exit result

Version data entries

17 entries across 17 versions & 2 rubygems

Version Path
dirwatch-0.0.9 vendor/bundle/ruby/2.5.0/gems/rubocop-0.46.0/bin/rubocop
dirwatch-0.0.8 vendor/bundle/ruby/2.5.0/gems/rubocop-0.46.0/bin/rubocop
dirwatch-0.0.6 vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop
dirwatch-0.0.5 vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop
dirwatch-0.0.4 vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop
dirwatch-0.0.3 vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop
dirwatch-0.0.2 vendor/bundle/ruby/2.3.0/gems/rubocop-0.46.0/bin/rubocop
rubocop-0.49.1 bin/rubocop
rubocop-0.49.0 bin/rubocop
rubocop-0.48.1 bin/rubocop
rubocop-0.48.0 bin/rubocop
rubocop-0.47.1 bin/rubocop
rubocop-0.47.0 bin/rubocop
rubocop-0.46.0 bin/rubocop
rubocop-0.45.0 bin/rubocop
rubocop-0.44.1 bin/rubocop
rubocop-0.44.0 bin/rubocop