Skip to content

Commit

Permalink
fix: Add standard to default rake task
Browse files Browse the repository at this point in the history
  • Loading branch information
rhatherall committed Dec 7, 2023
1 parent 4efe7a3 commit dbe5cd0
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 @@ -12,4 +12,4 @@ RSpec::Core::RakeTask.new(:spec)

require "standard/rake"

task default: %i[spec]
task default: %i[spec standard]

0 comments on commit dbe5cd0

Please sign in to comment.