Sha256: bbea1868b6fbc004a590aa299a13c0318212c07b905b7d6c4ba32869c7454ef7

Contents?: true

Size: 412 Bytes

Versions: 99

Compression:

Stored size: 412 Bytes

Contents

#!/usr/bin/env ruby
$LOAD_PATH.unshift(File.expand_path(File.join(File.dirname(__FILE__), "../lib")))

require "cc/cli"

if ENV["CODECLIMATE_PROFILE"]
  require "stackprof"

  StackProf.start mode: :wall, out: "profile.bin"
end

CC::CLI::Runner.run(ARGV)

if ENV["CODECLIMATE_PROFILE"]
  StackProf.stop
  StackProf.results

  system "stackprof profile.bin"
  puts
  system "stackprof --graphviz profile.bin"
end

Version data entries

99 entries across 99 versions & 2 rubygems

Version Path
codeclimate-0.96.0 bin/codeclimate
codeclimate-0.95.0 bin/codeclimate
codeclimate-0.94.1 bin/codeclimate
codeclimate-0.94.0 bin/codeclimate
codeclimate-0.93.0 bin/codeclimate
codeclimate-0.92.1 bin/codeclimate
codeclimate-0.92.0 bin/codeclimate
codeclimate-0.91.0 bin/codeclimate
codeclimate-0.90.0 bin/codeclimate
codeclimate-0.89.0 bin/codeclimate
codeclimate-0.88.0 bin/codeclimate
codeclimate-0.87.5 bin/codeclimate
codeclimate-0.87.4 bin/codeclimate
codeclimate-0.87.3 bin/codeclimate
codeclimate-0.87.2 bin/codeclimate
codeclimate-0.87.1 bin/codeclimate
codeclimate-0.87.0 bin/codeclimate
codeclimate-0.86.0 bin/codeclimate
codeclimate-0.85.29 bin/codeclimate
codeclimate-0.85.28 bin/codeclimate