Sha256: dc30a7013d78d7f0384db92a89602f55b4a26de684e76f831591874ac7bc83f7

Contents?: true

Size: 367 Bytes

Versions: 101

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

101 entries across 101 versions & 11 rubygems

Version Path
rom-http-0.1.2 rakelib/rubocop.rake
dry-container-0.2.3 rakelib/rubocop.rake
dry-configurable-0.1.2 rakelib/rubocop.rake
rom-http-0.1.1 rakelib/rubocop.rake
dry-importer-0.0.1 rakelib/rubocop.rake
dry-auto_inject-0.0.1 rakelib/rubocop.rake
rom-http-0.1.0 rakelib/rubocop.rake
dry-container-0.2.2 rakelib/rubocop.rake
transproc-0.3.2 rakelib/rubocop.rake
rom-http-0.0.1 rakelib/rubocop.rake
transproc-0.3.1 rakelib/rubocop.rake
dry-container-0.2.1 rakelib/rubocop.rake
dry-configurable-0.1.1 rakelib/rubocop.rake
transproc-0.3.0 rakelib/rubocop.rake
transproc-0.2.4 rakelib/rubocop.rake
dry-container-0.2.0 rakelib/rubocop.rake
dry-container-0.1.0 rakelib/rubocop.rake
dry-configurable-0.1.0 rakelib/rubocop.rake
transproc-0.2.3 rakelib/rubocop.rake
transproc-0.2.2 rakelib/rubocop.rake