Implement --extend-fixable option (#4297)

This commit is contained in:
Charlie Marsh 2023-05-18 22:20:19 -04:00 committed by GitHub
parent 2e2ba2cb16
commit 15cb21a6f4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 114 additions and 12 deletions

View file

@ -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