From c37aeb89c0ac0bbda27f4d900b24b61807282c56 Mon Sep 17 00:00:00 2001 From: initdc Date: Wed, 3 Jul 2024 15:33:15 +0000 Subject: [PATCH] fix: remove fmt from task --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index cca7175..156fd6e 100644 --- a/Rakefile +++ b/Rakefile @@ -9,4 +9,4 @@ require "rubocop/rake_task" RuboCop::RakeTask.new -task default: %i[spec rubocop] +task default: %i[spec]