Sha256: a0d1c5ed5b06afd74e3dc3be805453ca17fd48e50a8e791935d8ee327cb6880d
Contents?: true
Size: 302 Bytes
Versions: 11
Compression:
Stored size: 302 Bytes
Contents
#!/usr/bin/env ruby # -*- encoding: utf-8 -*- $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
11 entries across 11 versions & 1 rubygems