Sha256: 2635188274e73c2d07c595fa5f78dc4eaf0cab3d12c3c892174a73ee74f0c302

Contents?: true

Size: 304 Bytes

Versions: 1

Compression:

Stored size: 304 Bytes

Contents

require "bundler/gem_tasks"

begin
  require "chefstyle"
  require "rubocop/rake_task"
  RuboCop::RakeTask.new(:style) do |task|
    task.options += ["--display-cop-names", "--no-color"]
  end
rescue LoadError
  puts "chefstyle/rubocop is not available.  gem install chefstyle to do style checking."
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
solve-4.0.0 Rakefile