Sha256: 08b1bcc01b0eb84ae34265c0f20adad7a4dffec7995c3ae17ec552835501b868

Contents?: true

Size: 367 Bytes

Versions: 98

Compression:

Stored size: 367 Bytes

Contents

begin
  require "rubocop/rake_task"

  Rake::Task[:default].enhance [:rubocop]

  RuboCop::RakeTask.new do |task|
    task.options << "--display-cop-names"
  end

  namespace :rubocop do
    desc 'Generate a configuration file acting as a TODO list.'
    task :auto_gen_config do
      exec "bundle exec rubocop --auto-gen-config"
    end
  end

rescue LoadError
end

Version data entries

98 entries across 98 versions & 9 rubygems

Version Path
rom-yaml-3.0.0 rakelib/rubocop.rake
rom-yaml-2.0.0 rakelib/rubocop.rake
rom-yaml-2.0.0.rc2 rakelib/rubocop.rake
rom-3.3.3 rakelib/rubocop.rake
rom-3.3.2 rakelib/rubocop.rake
rom-yaml-2.0.0.rc1 rakelib/rubocop.rake
rom-yaml-2.0.0.beta1 rakelib/rubocop.rake
rom-3.3.1 rakelib/rubocop.rake
rom-3.3.0 rakelib/rubocop.rake
rom-3.2.3 rakelib/rubocop.rake
rom-3.2.2 rakelib/rubocop.rake
rom-mapper-0.5.1 rakelib/rubocop.rake
rom-3.2.1 rakelib/rubocop.rake
rom-3.2.0 rakelib/rubocop.rake
rom-3.1.0 rakelib/rubocop.rake
rom-3.0.3 rakelib/rubocop.rake
rom-3.0.2 rakelib/rubocop.rake
rom-3.0.1 rakelib/rubocop.rake
rom-yaml-1.0.1 rakelib/rubocop.rake
rom-model-0.5.0 rakelib/rubocop.rake