Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This commit implements the below rules for a track's `config.json` file. - The `"status.concept_exercises"` key is required - The `"status.concept_exercises"` value must be a boolean - The `"status.test_runner"` key is required - The `"status.test_runner"` value must be a boolean - The `"status.representer"` key is required - The `"status.representer"` value must be a boolean - The `"status.analyzer"` key is required - The `"status.analyzer"` value must be a boolean - The `"online_editor.indent_style"` key is required - The `"online_editor.indent_style"` value must be the string `space` or `tab` - The `"online_editor.indent_size"` key is required - The `"online_editor.indent_size"` value must be an integer >= 0 See the spec: - https://github.com/exercism/docs/blob/950f1192adcf/building/configlet/lint.md#rule-configjson-file-is-valid
- Loading branch information