Reporters
Since version v1.8.0, Biome’s CLI accepts a --reporter
argument that allows to change how diagnostics and summary are printed to terminal.
Summary
Section titled SummaryIt emits the summary and diagnostics in a JSON format.
JSON pretty
Section titled JSON prettySame as --reporter=json
, it emits the summary and diagnostics in a JSON format, and the output is formatted using the current JSON formatting options (configuration file or defaults).
GitHub
Section titled GitHubUse this reporter in a GitHub workflow. When properly configured in a PR workflow, GitHub will print a message for each info/warning/error emitted.