exercism / meta

Experimenting with a repo to manage the project-wide, meta todos.
7 stars 2 forks source link

Add script for removing ignored key from config.json in tracks #7

Closed kytrinyx closed 7 years ago

kytrinyx commented 7 years ago

This can be run for https://github.com/exercism/meta/issues/3 once we've released the new version of configlet.

kytrinyx commented 7 years ago

I rejiggered the script a bit. Moved the actual work into a method, and then I return a string if there's a problem, and print all the potential problems at the end (the script is noisy, I'm not hiding any of the regular command output to stdout, so if I just print the problems as I go, then I probably won't see them when I run it).

kytrinyx commented 7 years ago

I've released a new configlet (v2.0.0)

kytrinyx commented 7 years ago

Thanks for the help, @Insti, I'm going to go ahead and merge it and run it.