Sha256: 90e2cf444b2a62a03393e4f6fc8f924490e712a4367ee011bfdd317243da3b81

Contents?: true

Size: 194 Bytes

Versions: 22

Compression:

Stored size: 194 Bytes

Contents

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

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

task default: :test
task default: :rubocop unless RUBY_ENGINE == 'rbx'
task default: 'test:quality'

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
reek-4.0.3 Rakefile
reek-4.0.2 Rakefile
reek-4.0.1 Rakefile
reek-4.0.0 Rakefile
reek-4.0.0.pre1 Rakefile
reek-3.11 Rakefile
reek-3.10.2 Rakefile
reek-3.10.1 Rakefile
reek-3.10.0 Rakefile
reek-3.9.1 Rakefile
reek-3.9.0 Rakefile
reek-3.8.3 Rakefile
reek-3.8.2 Rakefile
reek-3.8.1 Rakefile
reek-3.8.0 Rakefile
reek-3.7.1 Rakefile
reek-3.7.0 Rakefile
reek-3.6.1 Rakefile
reek-3.6.0 Rakefile
reek-3.5.0 Rakefile