mirror of
https://github.com/astral-sh/ruff.git
synced 2025-10-03 15:15:33 +00:00
Include hidden ecosystem_ci option to show fixes without feature (#4528)
This commit is contained in:
parent
b1d01b1950
commit
3644695bf2
6 changed files with 8 additions and 19 deletions
|
@ -325,7 +325,6 @@ pub struct CheckArgs {
|
|||
)]
|
||||
pub show_settings: bool,
|
||||
/// Dev-only argument to show fixes
|
||||
#[cfg(feature = "ecosystem_ci")]
|
||||
#[arg(long, hide = true)]
|
||||
pub ecosystem_ci: bool,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue