Closed ErikSchierboom closed 3 years ago
The config.json file previously supported the following keys:
config.json
test_pattern
ignore_pattern
solution_pattern
These keys are now obsolete and have been replaced with the files property in .meta/config.json files (see the docs).
files
.meta/config.json
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
The
config.json
file previously supported the following keys:test_pattern
ignore_pattern
solution_pattern
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