Skip to content

Commit

Permalink
Revert "tmp: less verbose, fewer warnings"
Browse files Browse the repository at this point in the history
This reverts commit 43cd0aa.
  • Loading branch information
bquorning committed Oct 13, 2023
1 parent 0d5f0df commit ebe0e13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Expand Up @@ -9,8 +9,8 @@ ENV["gem_push"] = "false"

Rake::TestTask.new do |test|
test.pattern = "test/test_*.rb"
test.verbose = false
test.warning = false
test.verbose = true
test.warning = true
end

task default: ["test", "standard:fix"]

0 comments on commit ebe0e13

Please sign in to comment.