Skip to content

Commit c0b3428

Browse files
committed
update allowed extra checks for tidy
1 parent a51187d commit c0b3428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/config/flags.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ pub enum Subcommand {
373373
bless: bool,
374374
#[arg(long)]
375375
/// comma-separated list of other files types to check (accepts py, py:lint,
376-
/// py:fmt, shell)
376+
/// py:fmt, shell, shell:lint, cpp, cpp:fmt, spellcheck, spellcheck:fix)
377377
extra_checks: Option<String>,
378378
#[arg(long)]
379379
/// rerun tests even if the inputs are unchanged

0 commit comments

Comments
 (0)