Sha256: 0ee7657551e99905e71cd9e1da7fdfa2f7dc39e4c1ca832ec3bcfd70ff5eb41a

Contents?: true

Size: 302 Bytes

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
cookstyle-5.0.4 bin/cookstyle
cookstyle-5.0.0 bin/cookstyle
cookstyle-4.0.0 bin/cookstyle
cookstyle-3.0.2 bin/cookstyle
cookstyle-3.0.1 bin/cookstyle