python-jsonschema / check-jsonschema

A CLI and set of pre-commit hooks for jsonschema validation with built-in support for GitHub Workflows, Renovate, Azure Pipelines, and more!
https://check-jsonschema.readthedocs.io/en/stable
Other
191 stars 38 forks source link

Fix a minor bug with verbose output #314

Closed sirosen closed 10 months ago

sirosen commented 10 months ago

All files were being listed in JSON output reporting, rather than only the successful files. This would be fine if it were the intended behavior, but it is not -- the internal list being built is named "successes" and is meant to track the passing files, excluding the failing ones.