From 95eb3a326508121bd357abbac8a4333db66a7023 Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 25 Oct 2016 19:46:52 +0200 Subject: [PATCH] Remove obsolete `problems` config section The `problems` key has been obsoleted as per [this issue](https://github.com/exercism/x-api/pull/137). This has already been succesfully implemented by the [C#](https://github.com/exercism/xcsharp#130), [F#](https://github.com/exercism/xfsharp#224) and [Haskell](https://github.com/exercism/xhaskell/pull/399) tracks, so API-wise this is a safe action. Removing the `problems` key also makes it very impossible for people to only add a new exercise in the old, obsolete `problems` key. --- config.json | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/config.json b/config.json index 1a7a128eb..7a4d4eeb4 100644 --- a/config.json +++ b/config.json @@ -4,25 +4,6 @@ "repository": "https://github.com/exercism/xc", "checklist_issue": 8, "active": false, - "problems": [ - "hello-world", - "anagram", - "leap", - "gigasecond", - "hamming", - "raindrops", - "bob", - "grains", - "largest-series-product", - "pangram", - "nth-prime", - "beer-song", - "rna-transcription", - "difference-of-squares", - "sum-of-multiples", - "binary-search", - "roman-numerals" - ], "exercises": [{ "slug": "hello-world", "difficulty": 1,