Sha256: 10131c5bcbbd55c1997e06d8ade53bed8844539f6717f78e55b4e7a7ac8e4bd4

Contents?: true

Size: 230 Bytes

Versions: 23

Compression:

Stored size: 230 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]
task default: :local_test_run

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
reek-4.8.2 Rakefile
reek-4.8.1 Rakefile
reek-4.8.0 Rakefile
reek-4.7.3 Rakefile
reek-4.7.2 Rakefile
reek-4.7.1 Rakefile
reek-4.7.0 Rakefile
reek-4.6.2 Rakefile
reek-4.6.1 Rakefile
reek-4.6.0 Rakefile
reek-4.5.6 Rakefile
reek-4.5.5 Rakefile
reek-4.5.4 Rakefile
reek-4.5.3 Rakefile
reek-4.5.2 Rakefile
reek-4.5.1 Rakefile
reek-4.5.0 Rakefile
reek-4.4.2 Rakefile
reek-4.4.1 Rakefile
reek-4.4.0 Rakefile