exercism / v2-configlet

Tool to assist in managing Exercism language tracks.
MIT License
16 stars 23 forks source link

Add support for an `extensions` array in the `fmt` command #141

Open kytrinyx opened 6 years ago

kytrinyx commented 6 years ago

We are adding an extensions array to the tracks config.json file. We will use this for a couple of different purposes:

Let's add a field named Extensions (in JSON: extensions) to the Config type directly after the embedded PatternGroup. https://github.com/exercism/configlet/blob/d7e3715157cc66669afcd6322ad19b11fdf830c4/track/config.go#L41-L52

https://github.com/exercism/meta/issues/107

nywilken commented 6 years ago

@kytrinyx what else are we thinking here regarding support for Extensions. Is this a field we want to lint for as well. If we are going to go with the whitelisting functionality in the CLI I would think so just want to confirm.

kytrinyx commented 6 years ago

Yeah, I think we should lint for it.