Sha256: 7db7661a3bdcc37ceb9def81870b7a33e914647cb786784fe56847762e0f8de9

Contents?: true

Size: 239 Bytes

Versions: 8

Compression:

Stored size: 239 Bytes

Contents

require 'bundler/gem_tasks'
require 'rake/clean'

Dir['tasks/**/*.rake'].each { |t| load t }

task local_test_run: [:test, :rubocop, 'test:quality']
task ci: [:test, :rubocop, 'test:quality', :ataru, :mutant]
task default: :local_test_run

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
reek-4.2.3 Rakefile
reek-4.2.2 Rakefile
reek-4.2.1 Rakefile
reek-4.2.0 Rakefile
reek-4.1.1 Rakefile
reek-4.1.0 Rakefile
reek-4.0.5 Rakefile
reek-4.0.4 Rakefile