Open kytrinyx opened 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.
Yeah, I think we should lint for it.
We are adding an
extensions
array to the tracksconfig.json
file. We will use this for a couple of different purposes:Let's add a field named
Extensions
(in JSON:extensions
) to theConfig
type directly after the embeddedPatternGroup
. https://github.com/exercism/configlet/blob/d7e3715157cc66669afcd6322ad19b11fdf830c4/track/config.go#L41-L52https://github.com/exercism/meta/issues/107