Skip to content

Commit 7cb32b1

Browse files
committed
update allowed extra checks for tidy
1 parent 43d34e2 commit 7cb32b1

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
@@ -367,7 +367,7 @@ pub enum Subcommand {
367367
bless: bool,
368368
#[arg(long)]
369369
/// comma-separated list of other files types to check (accepts py, py:lint,
370-
/// py:fmt, shell)
370+
/// py:fmt, shell, shell:lint, cpp, cpp:fmt, spellcheck, spellcheck:fix)
371371
extra_checks: Option<String>,
372372
#[arg(long)]
373373
/// rerun tests even if the inputs are unchanged

0 commit comments

Comments
 (0)