Sha256: 54327140fdd7c261ec59e4a10f8bb8eddc39b431f7b585e82e14776e4497e841

Contents?: true

Size: 290 Bytes

Versions: 33

Compression:

Stored size: 290 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true
$LOAD_PATH.unshift File.join(__dir__, %w{.. lib})

require "chefstyle"

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

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

Version data entries

33 entries across 33 versions & 1 rubygems

Version Path
chefstyle-1.6.1 bin/chefstyle
chefstyle-1.5.9 bin/chefstyle
chefstyle-1.5.8 bin/chefstyle
chefstyle-1.5.7 bin/chefstyle
chefstyle-1.5.6 bin/chefstyle
chefstyle-1.5.2 bin/chefstyle
chefstyle-1.5.1 bin/chefstyle
chefstyle-1.5.0 bin/chefstyle
chefstyle-1.4.5 bin/chefstyle
chefstyle-1.4.4 bin/chefstyle
chefstyle-1.4.3 bin/chefstyle
chefstyle-1.4.2 bin/chefstyle
chefstyle-1.4.0 bin/chefstyle