-
-
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: error on missing concept/exercise files (#522)
* lint(track_config): check concepts with missing dir With this commit, `configlet lint` now checks if there are concepts in the `config.json` file's `concepts` array that don't have a corresponding `concepts/<slug>` directory (which causes the track to crash during syncing). * lint(track_config): check exercises with missing dir With this commit, `configlet lint` now checks if there are exercises in the `config.json` file's `exercises.practice` or `exercises.concept` array that don't have a corresponding `exercises/<kind>/<slug>` directory (which causes the track to crash during syncing).
- Loading branch information
1 parent
02ee5ca
commit d0cd08c
Showing
1 changed file
with
48 additions
and
31 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