4.0.0-alpha.16
·
361 commits
to main
since this release
New features
This release adds the below checks to configlet lint
.
For each Concept Exercise .meta/config.json
file:
- The files listed in
files.solution
must exist - The files listed in
files.test
must exist - The files listed in
files.exemplar
must exist
For each Practice Exercise .meta/config.json
file:
- The files listed in
files.solution
must exist - The files listed in
files.test
must exist - The files listed in
files.example
must exist
To view the configlet lint
output that this release adds, see #319