From 3ddc7974307b8ddaa6638579cc561cbe944c0b4a Mon Sep 17 00:00:00 2001 From: Promise Fru Date: Mon, 29 Jan 2024 12:21:00 +0100 Subject: [PATCH 1/2] Adjust Spaces in rules.json --- configs/rules.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/configs/rules.json b/configs/rules.json index 3434866fe..b2a8927d6 100644 --- a/configs/rules.json +++ b/configs/rules.json @@ -420,9 +420,8 @@ "cc": [] }, "performancebug": { - "max_days_in_cache": 7, - "days_lookup": 7, - "confidence_threshold": 0.9 + "days_lookup": 7, + "confidence_threshold": 0.9 }, "stepstoreproduce": { "max_days_in_cache": 7, From 0b9cc9ef5ad535af1497bf38a9b20b6264d0020d Mon Sep 17 00:00:00 2001 From: Promise Fru Date: Mon, 29 Jan 2024 12:36:51 +0100 Subject: [PATCH 2/2] Adjust Spaces in rules.json --- configs/rules.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/rules.json b/configs/rules.json index b2a8927d6..76e3eddaf 100644 --- a/configs/rules.json +++ b/configs/rules.json @@ -422,7 +422,7 @@ "performancebug": { "days_lookup": 7, "confidence_threshold": 0.9 - }, + }, "stepstoreproduce": { "max_days_in_cache": 7, "days_lookup": 3,