Sha256: acfc59491d8bcfe665c28b8d931c63717421e29c1b9fa9f9c14405698da601c3

Contents?: true

Size: 302 Bytes

Versions: 12

Compression:

Stored size: 302 Bytes

Contents

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

$LOAD_PATH.unshift File.join(File.dirname(__FILE__), %w[.. lib])

require "cookstyle"

if ARGV.size == 1 && %w[-v --version].include?(ARGV.first)
  puts "Cookstyle #{Cookstyle::VERSION}"
  print "  * RuboCop "
end

load Gem.bin_path("rubocop", "rubocop")

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
cookstyle-3.0.0 bin/cookstyle
cookstyle-2.1.0 bin/cookstyle
cookstyle-2.0.0 bin/cookstyle
cookstyle-1.4.0 bin/cookstyle
cookstyle-1.3.1 bin/cookstyle
cookstyle-1.3.0 bin/cookstyle
cookstyle-1.2.0 bin/cookstyle
cookstyle-1.1.1 bin/cookstyle
cookstyle-1.1.0 bin/cookstyle
cookstyle-1.0.1 bin/cookstyle
cookstyle-1.0.0 bin/cookstyle
cookstyle-0.0.1 bin/cookstyle