mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-28 04:45:01 +00:00
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:
parent
1e04bd0b73
commit
10f07d88a2
2 changed files with 1 additions and 3 deletions
|
@ -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>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue