Sha256: 3ad1e9a8fe606dc57a73b35cf37635aa596b873019dff16cc8f0012452325b58

Contents?: true

Size: 231 Bytes

Versions: 8

Compression:

Stored size: 231 Bytes

Contents

require 'rspec/core/rake_task'
require 'rubocop/rake_task'

RSpec::Core::RakeTask.new(:spec)

RuboCop::RakeTask.new(:rubocop) do |t|
  t.options << '--lint'
  t.options << '--display-cop-names'
end

task default: [:rubocop, :spec]

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
vm_shepherd-0.4.1 Rakefile
vm_shepherd-0.4.0 Rakefile
vm_shepherd-0.3.0 Rakefile
vm_shepherd-0.2.0 Rakefile
vm_shepherd-0.1.2 Rakefile
vm_shepherd-0.1.1 Rakefile
vm_shepherd-0.1.0 Rakefile
vm_shepherd-0.0.1 Rakefile