Update help and documentation for --output-format to reflect "full" default (#12248)

fix #12247 

changed help to list "full" as the default for --output-format and
removed "text" as an option (as this is no longer supported).
This commit is contained in:
Dani Bodor 2024-07-09 04:45:24 +02:00 committed by GitHub
parent 1e04bd0b73
commit 10f07d88a2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 3 deletions

View file

@ -182,8 +182,7 @@ pub struct CheckCommand {
ignore_noqa: bool,
/// Output serialization format for violations.
/// The default serialization format is "concise".
/// In preview mode, the default serialization format is "full".
/// The default serialization format is "full".
#[arg(long, value_enum, env = "RUFF_OUTPUT_FORMAT")]
pub output_format: Option<OutputFormat>,