-
-
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: check concept
.meta/config.json
files
This commit implements the below checks for each concept's `.meta/config.json` file. - The JSON root must be an object - The `"blurb"` key is required - The `"blurb"` value must be a non-blank string¹ with length <= 350 - The `"authors"` key is required - The `"authors"` value must be an array - The `"authors"` values must be non-blank strings¹ - The `"authors"` values must not have duplicates - The `"contributors"` key is optional - The `"contributors"` value must be an array - The `"contributors"` values must be non-blank strings¹ - The `"contributors"` values must not have duplicates [1] Non-blank string: a string that contains at least one non-whitespace character.
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 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