mirror of https://github.com/astral-sh/ruff
Tweak `--show-fixes` documentation (#4117)
This commit is contained in:
parent
ab65eaea7f
commit
ee91598835
|
|
@ -347,7 +347,7 @@ pub struct Options {
|
||||||
default = "false",
|
default = "false",
|
||||||
value_type = "bool",
|
value_type = "bool",
|
||||||
example = r#"
|
example = r#"
|
||||||
# By default, always enumerate fixed violations.
|
# Enumerate all fixed violations.
|
||||||
show-fixes = true
|
show-fixes = true
|
||||||
"#
|
"#
|
||||||
)]
|
)]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue