From 43dd9da13b5f2878af13783bcb160d553a7a6a69 Mon Sep 17 00:00:00 2001 From: ydah Date: Mon, 19 Feb 2024 23:05:01 +0900 Subject: [PATCH] Add standard settings The following settings have been added. * Set parallel execution to true * Change format to progress --- .standard.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.standard.yml b/.standard.yml index 00a5f829..ac13fd47 100644 --- a/.standard.yml +++ b/.standard.yml @@ -1 +1,3 @@ ruby_version: "3.0" +parallel: true +format: progress