From dbe5cd08ee9669842e6a70e3def0d532ae3a7427 Mon Sep 17 00:00:00 2001 From: Richard Hatherall Date: Thu, 7 Dec 2023 15:07:45 +0000 Subject: [PATCH] fix: Add `standard` to default rake task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 19430bb..29d08f7 100644 --- a/Rakefile +++ b/Rakefile @@ -12,4 +12,4 @@ RSpec::Core::RakeTask.new(:spec) require "standard/rake" -task default: %i[spec] +task default: %i[spec standard]