python-jsonschema / python-jsonschema/check-jsonschema
Feature request: add line numbers to the output
Open
Nobody has claimed this yet.
enhancement
help wanted
- Dominant language
- Python
- Stars
- 341
- Forks
- 71
- Avg merge
- 15d 20h
- Merged PRs (30d)
- 4
Description
Please consider adding line numbers to the output when schema validation errors are detected.
It would be much easier to locate errors when running as a pre-commit hook, especially in big JSON files.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file or test is named. Start by locating the CLI path that formats schema validation errors and check how pre-commit output is produced. Done means validation errors include line numbers that help locate problems in large JSON files, with coverage for the relevant output.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- json, python
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100