From 4b17eb850beab5237de4c4a999e165fb6487a49f Mon Sep 17 00:00:00 2001 From: Erik Schierboom Date: Tue, 25 Oct 2016 19:53:06 +0200 Subject: [PATCH] Remove obsolete problems key 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 | 33 --------------------------------- 1 file changed, 33 deletions(-) diff --git a/config.json b/config.json index f8c35984..d613745d 100644 --- a/config.json +++ b/config.json @@ -3,39 +3,6 @@ "language": "PHP", "repository": "https://github.com/exercism/xphp", "active": true, - "problems": [ - "hello-world", - "hamming", - "gigasecond", - "bob", - "pangram", - "rna-transcription", - "raindrops", - "isogram", - "difference-of-squares", - "largest-series-product", - "roman-numerals", - "pig-latin", - "robot-name", - "leap", - "word-count", - "anagram", - "trinary", - "bowling", - "clock", - "wordy", - "connect", - "minesweeper", - "change", - "phone-number", - "beer-song", - "atbash-cipher", - "binary", - "braket-push", - "accumulate", - "variable-length-quantity", - "acronym" - ], "deprecated": [ ],