From 1131e93c5812a090f784af89a3d1bda8dd50ffa7 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Tue, 13 May 2025 08:08:27 -0700 Subject: [PATCH 1/2] Mark Scale Generator as deprecated --- config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index 4f49d6b853..9363a02223 100644 --- a/config.json +++ b/config.json @@ -1277,7 +1277,8 @@ "pattern_recognition", "strings", "arrays" - ] + ], + "status": "deprecated" }, { "slug": "series", From ea12de73aa22d40fc4500fa7e8298fc6a8cdd290 Mon Sep 17 00:00:00 2001 From: Isaac Good Date: Tue, 13 May 2025 08:58:32 -0700 Subject: [PATCH 2/2] Run configlet fmt --- config.json | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/config.json b/config.json index 9363a02223..d0eb24d086 100644 --- a/config.json +++ b/config.json @@ -1265,20 +1265,15 @@ "name": "Scale Generator", "uuid": "b9c586e8-998b-4f5d-ab98-a08be29a9f19", "practices": [], - "prerequisites": [ - "classes", - "arrays", - "strings", - "array-transformations" - ], + "prerequisites": [], "difficulty": 3, + "status": "deprecated", "topics": [ "loops", "pattern_recognition", "strings", "arrays" - ], - "status": "deprecated" + ] }, { "slug": "series",