Skip to content

Commit b609f61

Browse files
committed
update allowed extra checks for tidy
1 parent e706f8c commit b609f61

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
@@ -382,7 +382,7 @@ pub enum Subcommand {
382382
bless: bool,
383383
#[arg(long)]
384384
/// comma-separated list of other files types to check (accepts py, py:lint,
385-
/// py:fmt, shell)
385+
/// py:fmt, shell, shell:lint, cpp, cpp:fmt, spellcheck, spellcheck:fix)
386386
extra_checks: Option<String>,
387387
#[arg(long)]
388388
/// rerun tests even if the inputs are unchanged

0 commit comments

Comments
 (0)