-
-
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: require some arrays to have unique items (#296)
With this commit, `configlet lint` now checks that the value of each of the below keys is an array with distinct elements. Track config: - `exercises.concept.concepts` - `exercises.concept.prerequisites` - `exercises.practice.practices` - `exercises.practice.prerequisites` Concept Exercise config: - `authors` - `contributors` - `forked_from` Practice Exercise config: - `authors` - `contributors`
- Loading branch information
1 parent
96f3446
commit 97a731b
Showing
3 changed files
with
17 additions
and
9 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
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
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