mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Fix typo in option name: output_format
-> output-format
(#9874)
This commit is contained in:
parent
aa38307415
commit
bc023f47a1
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ pub struct Options {
|
|||
"#
|
||||
)]
|
||||
#[deprecated(
|
||||
note = "`show_source` is deprecated and is now part of `output_format` in the form of `full` or `concise` options. Please update your configuration."
|
||||
note = "`show-source` is deprecated and is now part of `output-format` in the form of `full` or `concise` options. Please update your configuration."
|
||||
)]
|
||||
pub show_source: Option<bool>,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue