lint: Improve error when exercise has no name
Open
cmd: lint
kind: feature
- Dominant language
- Nim
- Stars
- 23
- Forks
- 17
- Avg merge
- 13h 57m
- Merged PRs (30d)
- 1
Description
When a concept exercise lacks a name, the following error is printed:
```
The `exercises.concept.name` key is missing:
/home/runner/work/julia/julia/config.json
```
[Example config.json](https://github.com/exercism/julia/blob/46c7b61169aeeedf84e359e0624c691bf194a00e/config.json#L82-L97)
Would it be possible to add the exercise slug or UUID, if present, to the output to make it easier to find which exercise is missing a name?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.