Files
codex/sdk
T
Adam Perry @ OpenAI ff31ba8d0a Make formatter output quiet on success (#29467)
## Why

`just fmt` is quite noisy even on successful runs.

## What

Only print output when a formatter fails.

- Buffer output from each formatter and print only a failed command and
its diagnostics.
- Prefix the `justfile` driver invocations with `@` so Just does not
echo the command itself.
- Retain rustfmt stderr on failure and cover silent-success and
failure-reporting behavior.

## Validation

- Confirmed `just fmt` and `just fmt-check` both exit successfully with
empty stdout and stderr.
ff31ba8d0a ยท 2026-06-23 00:55:49 +00:00
History
..