Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion building/configlet/lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The `config.json` file should have the following checks:
- The `"exercises.practice[].practices"` key is required
- The `"exercises.practice[].practices"` value must be a non-empty array of strings if `"exercises.practice[].status"` is not equal to `deprecated`
- The `"exercises.practice[].practices"` value must be an empty array if `"exercises.practice[].status"` is equal to `deprecated`
- The `"exercises.practice[].practices"` values must be non-empty, lowercased strings using kebab-case
- The `"exercises.practice[].practices"` values must be non-empty, non-blank, lowercased strings using kebab-case
- The `"exercises.practice[].practices"` values must not have duplicates
- The `"exercises.practice[].practices"` values must match the `"concepts[].slug"` property of one of the concepts
- The `"exercises.practice[].practices"` values must refer to an individual concept's slug at most 10 times (across all exercises)
Expand Down