Skip to content

Commit

Permalink
configlet: make exercism_username optional (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Feb 4, 2021
1 parent e0336f9 commit 7d29c22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions anatomy/tracks/configlet/linting.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,15 +158,15 @@ The `config.json` file should have the following checks:
- The `"authors[].github_username"` key is required
- The `"authors[].github_username"` key must be a non-empty, non-blank string
- The `"authors[].github_username"` value is treated case-insensitively
- The `"authors[].exercism_username"` key is required
- The `"authors[].exercism_username"` key is optional
- The `"authors[].exercism_username"` key must be a non-empty, non-blank string
- The `"authors[].github_username"` value is treated case-insensitively
- The `"contributors"` key is optional
- The `"contributors"` value must be an array
- The `"contributors[].github_username"` key is required
- The `"contributors[].github_username"` key must be a non-empty, non-blank string
- The `"contributors[].github_username"` value is treated case-insensitively
- The `"contributors[].exercism_username"` key is required
- The `"contributors[].exercism_username"` key is optional
- The `"contributors[].exercism_username"` key must be a non-empty, non-blank string
- The `"contributors[].exercism_username"` value is treated case-insensitively
- Users can only be listed in either the `"authors"` or `"contributors"` array (no overlap)
Expand Down

0 comments on commit 7d29c22

Please sign in to comment.