ruff/crates/ruff_cli/tests
Zanie Blue 523f542dbd
Remove support for providing output format via format option (#7984)
See the provided breaking changes note for details.

Removes support for the deprecated `--format`option in the `ruff check`
CLI, `format` inference as `output-format` in the configuration file,
and the `RUFF_FORMAT` environment variable.

The error message for use of `format` in the configuration file could be
better, but would require some awkward serde wrappers and it seems hard
to present the correct schema to the user still.
2023-10-16 13:06:12 -05:00
..
snapshots Add cell field to JSON output format (#7664) 2023-10-13 01:06:02 +00:00
format.rs Remove support for providing output format via format option (#7984) 2023-10-16 13:06:12 -05:00
integration_test.rs When only unsafe fixes are available, include note that no fixes are available first (#7950) 2023-10-13 12:43:13 -05:00
lint.rs Update CLI to respect fix applicability (#7769) 2023-10-06 03:41:43 +00:00