From 0e6e503bb2de71eb7e4d2f6eeba3592d0bfb305d Mon Sep 17 00:00:00 2001 From: Katrina Owen Date: Sun, 10 Jun 2018 13:26:48 -0600 Subject: [PATCH] Reformat config files This runs the configlet fmt command, which normalizes the contents and ordering of keys in the track config and maintainers config. This will let us script changes to the config files without having unnecessary noise in the diffs when submitting pull requests. --- config.json | 99 +++++++++++++++++++++-------------------- config/maintainers.json | 16 +++---- 2 files changed, 58 insertions(+), 57 deletions(-) diff --git a/config.json b/config.json index 12dc670c..0727dc8c 100644 --- a/config.json +++ b/config.json @@ -1,178 +1,179 @@ { "language": "Nim", "active": false, + "blurb": "", "exercises": [ { - "uuid": "4817a6c0-6c9f-41ce-b53e-54ee3c0a6e40", "slug": "hello-world", + "uuid": "4817a6c0-6c9f-41ce-b53e-54ee3c0a6e40", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "5f1ac3f4-6d30-4487-a9aa-b7e88fe9fb08", "slug": "leap", + "uuid": "5f1ac3f4-6d30-4487-a9aa-b7e88fe9fb08", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "ced77a52-47fc-461f-942b-ed2e0d671d1c", "slug": "bob", + "uuid": "ced77a52-47fc-461f-942b-ed2e0d671d1c", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "ca6093d1-f2cb-4d28-9a56-312154f1179f", "slug": "word-count", + "uuid": "ca6093d1-f2cb-4d28-9a56-312154f1179f", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "81816524-33b8-4e06-ad31-65efc9b1fec2", "slug": "anagram", + "uuid": "81816524-33b8-4e06-ad31-65efc9b1fec2", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "4d520486-fb44-4f84-a261-4c2039a9b89c", "slug": "triangle", + "uuid": "4d520486-fb44-4f84-a261-4c2039a9b89c", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "5904b7d1-08a3-4565-979c-a8e2f1e440fd", "slug": "react", + "uuid": "5904b7d1-08a3-4565-979c-a8e2f1e440fd", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "3acf148d-df9e-4897-8c9f-c17a3ba5e4b6", "slug": "binary", + "uuid": "3acf148d-df9e-4897-8c9f-c17a3ba5e4b6", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "532d4c60-52ff-4271-a346-b7c00ca83560", "slug": "rna-transcription", + "uuid": "532d4c60-52ff-4271-a346-b7c00ca83560", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "7a9e6a30-dc8d-4c7e-bfdd-34922253532e", "slug": "hamming", + "uuid": "7a9e6a30-dc8d-4c7e-bfdd-34922253532e", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "7131aec2-34c6-465f-a689-3a1cb297df3a", "slug": "queen-attack", + "uuid": "7131aec2-34c6-465f-a689-3a1cb297df3a", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "afb513c4-fcfb-4211-bcbc-7807063d301c", "slug": "nucleotide-count", + "uuid": "afb513c4-fcfb-4211-bcbc-7807063d301c", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "aaeadc9c-d92d-4d5a-a601-e7836f59dd9f", "slug": "difference-of-squares", + "uuid": "aaeadc9c-d92d-4d5a-a601-e7836f59dd9f", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "4e35d149-d3b2-4e98-85bd-7a21783b59d4", "slug": "raindrops", + "uuid": "4e35d149-d3b2-4e98-85bd-7a21783b59d4", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [] }, { - "uuid": "91f1314c-5272-4a88-afee-747794236e2a", "slug": "roman-numerals", + "uuid": "91f1314c-5272-4a88-afee-747794236e2a", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [ "conditionals", - "loops", "integers", - "strings", "logic", - "mathematics" + "loops", + "mathematics", + "strings" ] }, { - "uuid": "b44d1ecb-48db-4841-be99-f48ba2602748", "slug": "scrabble-score", + "uuid": "b44d1ecb-48db-4841-be99-f48ba2602748", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [ - "loops", - "strings", "games", - "maps" + "loops", + "maps", + "strings" ] }, { - "uuid": "81009e3e-37ff-4f28-a84a-6935c32f96fa", "slug": "pangram", + "uuid": "81009e3e-37ff-4f28-a84a-6935c32f96fa", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [ - "loops", - "conditionals", - "strings", "algorithms", + "conditionals", "filtering", - "logic" + "logic", + "loops", + "strings" ] }, { - "uuid": "58bb800a-5b64-44bc-8282-77972b71e615", "slug": "allergies", + "uuid": "58bb800a-5b64-44bc-8282-77972b71e615", "core": true, "unlocked_by": null, "difficulty": 1, "topics": [ - "classes", - "mathematics", "bitwise_operations", - "enumerations" + "classes", + "enumerations", + "mathematics" ] }, { - "uuid": "dccdbae7-e882-4171-a517-04562113d059", "slug": "gigasecond", + "uuid": "dccdbae7-e882-4171-a517-04562113d059", "core": false, "unlocked_by": null, "difficulty": 1, @@ -182,35 +183,35 @@ ] }, { - "uuid": "64f70cfe-e34c-43ee-9b9a-72fe54884599", "slug": "space-age", + "uuid": "64f70cfe-e34c-43ee-9b9a-72fe54884599", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [ - "mathematics", + "conditionals", "floating_point_numbers", "integers", - "conditionals" + "mathematics" ] }, { - "uuid": "b1eb9f3c-8724-4b88-a545-2fe34b12b9cf", "slug": "isogram", + "uuid": "b1eb9f3c-8724-4b88-a545-2fe34b12b9cf", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [ + "algorithms", "conditionals", "loops", - "strings", - "algorithms", - "maps" + "maps", + "strings" ] }, { - "uuid": "cc35f8f2-488e-40f7-adcd-1e690cabc6f8", "slug": "acronym", + "uuid": "cc35f8f2-488e-40f7-adcd-1e690cabc6f8", "core": false, "unlocked_by": null, "difficulty": 1, @@ -219,8 +220,8 @@ ] }, { - "uuid": "f572ed7b-a1e7-47ab-a9c3-71ba988d3699", "slug": "reverse-string", + "uuid": "f572ed7b-a1e7-47ab-a9c3-71ba988d3699", "core": false, "unlocked_by": null, "difficulty": 1, @@ -229,8 +230,8 @@ ] }, { - "uuid": "b7ad6238-bb8e-4629-8a6f-5eddb8568d87", "slug": "two-fer", + "uuid": "b7ad6238-bb8e-4629-8a6f-5eddb8568d87", "core": true, "unlocked_by": null, "difficulty": 1, @@ -241,29 +242,29 @@ ] }, { - "uuid": "83f70468-941b-4d7d-9df7-6f8b6a54f6bc", "slug": "armstrong-numbers", + "uuid": "83f70468-941b-4d7d-9df7-6f8b6a54f6bc", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [ - "mathematics", "algorithms", - "loops" + "loops", + "mathematics" ] }, { - "uuid": "bb8af717-9e8d-498c-85cf-e6e77a84919e", "slug": "bracket-push", + "uuid": "bb8af717-9e8d-498c-85cf-e6e77a84919e", "core": false, "unlocked_by": null, "difficulty": 1, "topics": [ + "parsing", "recursion", - "strings", "stacks", - "parsing" + "strings" ] } ] -} \ No newline at end of file +} diff --git a/config/maintainers.json b/config/maintainers.json index 9efdf663..915faf1d 100644 --- a/config/maintainers.json +++ b/config/maintainers.json @@ -1,25 +1,25 @@ { + "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md", "maintainers": [ { "github_username": "catb0t", - "show_on_website": false, "alumnus": false, + "show_on_website": false, "name": null, - "bio": null, "link_text": null, "link_url": null, - "avatar_url": null + "avatar_url": null, + "bio": null }, { "github_username": "amscotti", - "show_on_website": true, "alumnus": false, + "show_on_website": true, "name": "Anthony Scotti", - "bio": null, "link_text": null, "link_url": "https://128bit.io", - "avatar_url": null + "avatar_url": null, + "bio": null } - ], - "docs_url": "https://github.com/exercism/docs/blob/master/maintaining-a-track/maintainer-configuration.md" + ] }