Skip to content

Commit

Permalink
remove yard from default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
msimonborg committed Aug 5, 2017
1 parent b24d991 commit 4280489
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ Yardstick::Rake::Verify.new do |verify|
verify.require_exact_threshold = false
end

task default: [:spec, :rubocop, :verify_measurements]
task default: [:spec, :rubocop]

0 comments on commit 4280489

Please sign in to comment.