mirror of https://github.com/astral-sh/ruff
## Summary This adds `json-lines` (https://jsonlines.org/ or http://ndjson.org/) as an output format. I'm sure you already know, but * JSONL is more greppable (each record is a single line) than the pretty JSON * JSONL is faster to ingest piecewise (and/or in parallel) than JSON ## Test Plan Snapshot test in the new module :) |
||
|---|---|---|
| .. | ||
| assets | ||
| .gitignore | ||
| configuration.md | ||
| editor-integrations.md | ||
| faq.md | ||
| installation.md | ||
| requirements.txt | ||
| tutorial.md | ||
| usage.md | ||