mirror of
https://github.com/astral-sh/ruff.git
synced 2025-08-04 18:58:04 +00:00
Implement --extend-fixable
option (#4297)
This commit is contained in:
parent
2e2ba2cb16
commit
15cb21a6f4
7 changed files with 114 additions and 12 deletions
|
@ -239,6 +239,8 @@ Rule selection:
|
|||
List of rule codes to treat as eligible for autofix. Only applicable when autofix itself is enabled (e.g., via `--fix`)
|
||||
--unfixable <RULE_CODE>
|
||||
List of rule codes to treat as ineligible for autofix. Only applicable when autofix itself is enabled (e.g., via `--fix`)
|
||||
--extend-fixable <RULE_CODE>
|
||||
Like --fixable, but adds additional rule codes on top of the fixable ones
|
||||
|
||||
File selection:
|
||||
--exclude <FILE_PATTERN> List of paths, used to omit files and/or directories from analysis
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue