Skip to content

4.0.0-alpha.16

Compare
Choose a tag to compare
@github-actions github-actions released this 09 May 08:38
· 361 commits to main since this release
b3ee377

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