Sha256: 6fbbe6e7517b9b0f6ee4250272b2b028ff01d97944cda6b44e6547dfd7c8ea34

Contents?: true

Size: 412 Bytes

Versions: 28

Compression:

Stored size: 412 Bytes

Contents

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

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

task :ci do
  [
    'test:spec',
    'test:performance',
    'configuration:update_default_configuration',
    'test:features',
    :rubocop,
    'test:quality'
  ].each do |name|
    puts "\n=== Running #{name}...\n"
    Rake::Task[name].invoke
    puts "\n=== Running #{name} -> Done\n"
  end
end

task default: :ci

Version data entries

28 entries across 26 versions & 2 rubygems

Version Path
reek-6.4.0 Rakefile
reek-6.3.0 Rakefile
reek-6.2.0 Rakefile
reek-6.1.4 Rakefile
reek-6.1.3 Rakefile
reek-6.1.2 Rakefile
reek-6.1.1 Rakefile
reek-6.1.0 Rakefile
reek-6.0.6 Rakefile
reek-6.0.5 Rakefile
reek-6.0.4 Rakefile
reek-6.0.3 Rakefile
reek-6.0.2 Rakefile
reek-6.0.1 Rakefile
reek-6.0.0 Rakefile
reek-5.6.0 Rakefile
reek-5.5.0 Rakefile
reek-5.4.1 Rakefile
reek-5.4.0 Rakefile
reek-5.3.2 Rakefile