exercism / meta

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

Ensure that each track config contains a list of file extensions that the language uses #107

Closed kytrinyx closed 6 years ago

kytrinyx commented 6 years ago

We will use this for a couple of different purposes:

TODO

rpottsoh commented 6 years ago

Do you forsee the CLI being able override a tracks expected (default) extensions on a case by case basis? I'm just thinking out loud...

kytrinyx commented 6 years ago

@rpottsoh the CLI won't need to, as you can always pass a specific list of files, which the CLI will not validate against the list(s)

kytrinyx commented 6 years ago

Moved to https://github.com/exercism/exercism/issues/4385