exercism / j

Exercism exercises in J.
https://exercism.org/tracks/j
MIT License
8 stars 9 forks source link

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

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