Sha256: 0e31326519eb45f1875927afb8636710b98f68757890ac216439b6575ac5329e

Contents?: true

Size: 305 Bytes

Versions: 3

Compression:

Stored size: 305 Bytes

Contents

#!/usr/bin/env ruby
# frozen_string_literal: true
$LOAD_PATH.unshift File.join(File.dirname(__FILE__), %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

3 entries across 3 versions & 1 rubygems

Version Path
chefstyle-1.3.2 bin/chefstyle
chefstyle-1.2.1 bin/chefstyle
chefstyle-1.2.0 bin/chefstyle