exercism / babashka

Exercism exercises in Babashka.
https://exercism.org/tracks/babashka
MIT License
13 stars 8 forks source link

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

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