exercism / sml

Exercism exercises in Standard ML.
https://exercism.org/tracks/sml
MIT License
26 stars 34 forks source link

🤖 Remove obsolete pattern properties from track's `config.json` file #175

Closed ErikSchierboom closed 3 years ago

ErikSchierboom commented 3 years ago

The config.json file previously supported the following keys:

These keys are now obsolete and have been replaced with the files property in .meta/config.json files (see the docs).

To make things less confusing to maintainers, this PR removes those obsoleted pattern properties from the config.json files.

See https://github.com/exercism/v3-launch/issues/47