Skip to content

Commit

Permalink
move default task to conventional location at top
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonkarns committed Oct 10, 2024
1 parent 07bc4bf commit 8f27a74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ require_relative "lib/standard/rake"

CLOBBER.include "*.gem"

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

Rake::TestTask.new(:test) do |t|
t.warning = false
t.test_files = FileList["test/**/*_test.rb"]
end

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

0 comments on commit 8f27a74

Please sign in to comment.