jfmengels / jfmengels/example-validator
Display the number of errors
Open
enhancement
- Dominant language
- JavaScript
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Display the number of errors when exiting the program.
``` console
/some/path/foo.md:23: add(2, 3);
Expected 5 but got 6
1 error(s)
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start from the program's exit and error-reporting path, then trace where individual validation errors are collected. Update the final output to include the total error count in the format shown; done means the command reports the number of errors when it exits.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100