diff --git a/config.json b/config.json index 0552d884..53e9ce2d 100644 --- a/config.json +++ b/config.json @@ -33,7 +33,6 @@ ] }, "exercises": { - "concept": [], "practice": [ { "slug": "hello-world", @@ -1173,9 +1172,45 @@ "prerequisites": [], "difficulty": 3 } + ], + "foregone": [ + "alphametics", + "bank-account", + "binary-search-tree", + "book-store", + "circular-buffer", + "complex-numbers", + "connect", + "custom-set", + "diffie-hellman", + "dominoes", + "dot-dsl", + "etl", + "flatten-array", + "go-counting", + "grade-school", + "high-scores", + "killer-sudoku-helper", + "ledger", + "lens-person", + "linked-list", + "matrix", + "micro-blog", + "paasio", + "parallel-letter-frequency", + "pov", + "react", + "rest-api", + "saddle-points", + "sgf-parsing", + "simple-linked-list", + "strain", + "tree-building", + "word-search", + "zebra-puzzle", + "zipper" ] }, - "concepts": [], "key_features": [ { "title": "Automation", @@ -1209,12 +1244,12 @@ } ], "tags": [ - "used_for/scripts", - "paradigm/procedural", "execution_mode/interpreted", - "typing/weak", + "paradigm/procedural", "platform/linux", "platform/mac", - "platform/windows" + "platform/windows", + "typing/weak", + "used_for/scripts" ] } diff --git a/exercises/practice/reverse-string/.approaches/config.json b/exercises/practice/reverse-string/.approaches/config.json index e1a07a00..4d04e48d 100644 --- a/exercises/practice/reverse-string/.approaches/config.json +++ b/exercises/practice/reverse-string/.approaches/config.json @@ -2,8 +2,7 @@ "introduction": { "authors": [ "glennj" - ], - "contributors": [] + ] }, "approaches": [ { diff --git a/exercises/practice/two-fer/.approaches/config.json b/exercises/practice/two-fer/.approaches/config.json index f608502d..8387b01a 100644 --- a/exercises/practice/two-fer/.approaches/config.json +++ b/exercises/practice/two-fer/.approaches/config.json @@ -1,5 +1,7 @@ { "introduction": { - "authors": ["IsaacG"] + "authors": [ + "IsaacG" + ] } }