-
-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
lint(track_config): add more checks of exercise concepts (#412)
With this commit, `configlet lint` now checks that a track-level `config.json` file follows the below rules: - The `exercises.concept[].concepts` values must not be in any other concept exercise's `concepts` property - The `exercises.concept[].concepts` values must match the `concepts.slug` property of one of the concepts - The `exercises.concept[].prerequisites` values must match the `concepts.slug` property of one of the concepts These rules currently apply to user-facing Concept Exercises only, which are those with `status` of `active` or `beta`. Related: #386
- Loading branch information
Showing
1 changed file
with
71 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters