Sha256: 71c3d3f64194d4521d9a11b10caddf1962226f8b62fd658b7f72cbaf33f8fcec

Contents?: true

Size: 214 Bytes

Versions: 38

Compression:

Stored size: 214 Bytes

Contents

begin
  require 'rubocop/rake_task'

  RuboCop::RakeTask.new do |task|
    task.options << '--display-cop-names'
  end
rescue LoadError
  task :rubocop do
    puts 'Install rubocop to run its rake tasks'
  end
end

Version data entries

38 entries across 36 versions & 2 rubygems

Version Path
reek-6.0.3 tasks/rubocop.rake
reek-6.0.2 tasks/rubocop.rake
reek-6.0.1 tasks/rubocop.rake
reek-6.0.0 tasks/rubocop.rake
reek-5.6.0 tasks/rubocop.rake
reek-5.5.0 tasks/rubocop.rake
reek-5.4.1 tasks/rubocop.rake
reek-5.4.0 tasks/rubocop.rake
reek-5.3.2 tasks/rubocop.rake
reek-5.3.1 tasks/rubocop.rake
reek-5.3.0 tasks/rubocop.rake
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/tasks/rubocop.rake
config_gems_initialization_aim-0.1.4 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/tasks/rubocop.rake
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/config_gems_initialization_aim-0.1.1/vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/tasks/rubocop.rake
config_gems_initialization_aim-0.1.3 vendor/bundle/ruby/2.5.0/gems/reek-5.2.0/tasks/rubocop.rake
reek-5.2.0 tasks/rubocop.rake
reek-5.1.0 tasks/rubocop.rake
reek-5.0.2 tasks/rubocop.rake
reek-5.0.1 tasks/rubocop.rake
reek-5.0.0 tasks/rubocop.rake