From bb0ebde4a3b69d98d4e255d31e3a44d5b51d687b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A1s=20B=20Nagy?= <20251272+BNAndras@users.noreply.github.com> Date: Sat, 27 Jan 2024 12:48:00 -0800 Subject: [PATCH] Format configs (#209) --- config.json | 11 ++++------- .../practice/hamming/.approaches/config.json | 9 ++++++--- .../practice/isogram/.approaches/config.json | 13 +++++++++---- .../practice/pangram/.approaches/config.json | 17 ++++++++++++----- .../reverse-string/.approaches/config.json | 9 ++++++--- 5 files changed, 37 insertions(+), 22 deletions(-) diff --git a/config.json b/config.json index 655fd881..34429f85 100644 --- a/config.json +++ b/config.json @@ -18,7 +18,6 @@ "test_runner": { "average_run_time": 2 }, - "checklist_issue": 6, "files": { "solution": [ "source/%{snake_slug}.d" @@ -34,7 +33,6 @@ ] }, "exercises": { - "concept": [], "practice": [ { "slug": "armstrong-numbers", @@ -469,7 +467,6 @@ } ] }, - "concepts": [], "key_features": [ { "title": "Expressive", @@ -503,15 +500,15 @@ } ], "tags": [ + "execution_mode/compiled", "paradigm/functional", "paradigm/imperative", "paradigm/object_oriented", + "platform/linux", + "platform/mac", + "platform/windows", "typing/static", "typing/strong", - "execution_mode/compiled", - "platform/windows", - "platform/mac", - "platform/linux", "used_for/backends", "used_for/cross_platform_development", "used_for/embedded_systems", diff --git a/exercises/practice/hamming/.approaches/config.json b/exercises/practice/hamming/.approaches/config.json index c1d365ac..23e1cafc 100644 --- a/exercises/practice/hamming/.approaches/config.json +++ b/exercises/practice/hamming/.approaches/config.json @@ -1,7 +1,8 @@ { "introduction": { - "authors": ["bobahop"], - "contributors": [] + "authors": [ + "bobahop" + ] }, "approaches": [ { @@ -9,7 +10,9 @@ "slug": "zip-count", "title": "zip with count", "blurb": "Use zip with count to return the answer.", - "authors": ["bobahop"] + "authors": [ + "bobahop" + ] } ] } diff --git a/exercises/practice/isogram/.approaches/config.json b/exercises/practice/isogram/.approaches/config.json index 459d62f5..4ed1b4c8 100644 --- a/exercises/practice/isogram/.approaches/config.json +++ b/exercises/practice/isogram/.approaches/config.json @@ -1,7 +1,8 @@ { "introduction": { - "authors": ["bobahop"], - "contributors": [] + "authors": [ + "bobahop" + ] }, "approaches": [ { @@ -9,14 +10,18 @@ "slug": "filter-map-foreach", "title": "filter and map with foreach", "blurb": "Use filter and map with foreach to return the answer.", - "authors": ["bobahop"] + "authors": [ + "bobahop" + ] }, { "uuid": "92f8d92b-9d11-45cc-bbeb-faf965d51ac0", "slug": "filter-map-fold", "title": "filter and map with fold", "blurb": "Use filter and map with fold to return the answer.", - "authors": ["bobahop"] + "authors": [ + "bobahop" + ] } ] } diff --git a/exercises/practice/pangram/.approaches/config.json b/exercises/practice/pangram/.approaches/config.json index fec55637..f3133a1f 100644 --- a/exercises/practice/pangram/.approaches/config.json +++ b/exercises/practice/pangram/.approaches/config.json @@ -1,7 +1,8 @@ { "introduction": { - "authors": ["bobahop"], - "contributors": [] + "authors": [ + "bobahop" + ] }, "approaches": [ { @@ -9,21 +10,27 @@ "slug": "bitwise-filter-fold", "title": "bitwise operations with filter and fold", "blurb": "Use bitwise operations with filter and fold to return the answer.", - "authors": ["bobahop"] + "authors": [ + "bobahop" + ] }, { "uuid": "c9807c77-adb9-49c7-9dfc-7164d69147f8", "slug": "all-find", "title": "all with find", "blurb": "Use all with find to return the answer.", - "authors": ["bobahop"] + "authors": [ + "bobahop" + ] }, { "uuid": "886a22e0-906f-4f55-95a9-76071d5f326c", "slug": "filter-sort-uniq-count", "title": "filter and sort with uniq and count", "blurb": "Use filter and sort with uniq and count to return the answer.", - "authors": ["bobahop"] + "authors": [ + "bobahop" + ] } ] } diff --git a/exercises/practice/reverse-string/.approaches/config.json b/exercises/practice/reverse-string/.approaches/config.json index 97fd3822..3ff6438b 100644 --- a/exercises/practice/reverse-string/.approaches/config.json +++ b/exercises/practice/reverse-string/.approaches/config.json @@ -1,7 +1,8 @@ { "introduction": { - "authors": ["bobahop"], - "contributors": [] + "authors": [ + "bobahop" + ] }, "approaches": [ { @@ -9,7 +10,9 @@ "slug": "bygrapheme-retro-bycodepoint-text", "title": "byGrapheme and retro with byCodePoint and text", "blurb": "Use byGrapheme and retro with byCodePoint and text to handle Unicode.", - "authors": ["bobahop"] + "authors": [ + "bobahop" + ] } ] }