Sha256: b6f670bb9913d36c1a15489a5e0eb1e9a4075d175e4ae45483b80a4a9814d196
Contents?: true
Size: 488 Bytes
Versions: 2
Compression:
Stored size: 488 Bytes
Contents
desc 'Runs mutant' task :mutant do command = <<-EOS branch_name=$(git symbolic-ref HEAD 2>/dev/null | cut -d"/" -f 3) if [ "$branch_name" != "master" ]; then RUBY_THREAD_VM_STACK_SIZE=64000\ bundle exec mutant\ --include lib\ --require reek\ --use rspec\ --since master\ --jobs 4 'Reek*' else echo "!!! Not running mutant on master branch !!!" fi EOS system command abort unless $CHILD_STATUS.success? end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
reek-4.2.1 | tasks/mutant.rake |
reek-4.2.0 | tasks/mutant.rake |