Skip to content

Commit

Permalink
tmp: less verbose, fewer warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
bquorning committed Oct 12, 2023
1 parent 4f0ecdb commit 596de4d
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 = true
test.warning = true
test.verbose = false
test.warning = false
end

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

0 comments on commit 596de4d

Please sign in to comment.