diff options
| author | binarycat <binarycat@envs.net> | 2025-06-23 12:50:18 -0500 |
|---|---|---|
| committer | binarycat <binarycat@envs.net> | 2025-07-19 14:44:15 -0500 |
| commit | a2586f0c801aa52150925b4a66a517b1ffe13ddd (patch) | |
| tree | d2d37546da15191188c4a45a7ae3408a9ab47d5e /src/bootstrap | |
| parent | f63685ddf3d3c92a61158cd55d44bde17c2b024f (diff) | |
| download | rust-a2586f0c801aa52150925b4a66a517b1ffe13ddd.tar.gz rust-a2586f0c801aa52150925b4a66a517b1ffe13ddd.zip | |
tidy: running of eslint, tsc, and es-check are now an extra check
Diffstat (limited to 'src/bootstrap')
| -rw-r--r-- | src/bootstrap/src/core/config/flags.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bootstrap/src/core/config/flags.rs b/src/bootstrap/src/core/config/flags.rs index 1547ca44494..31a427f9ffa 100644 --- a/src/bootstrap/src/core/config/flags.rs +++ b/src/bootstrap/src/core/config/flags.rs @@ -386,7 +386,7 @@ pub enum Subcommand { bless: bool, #[arg(long)] /// comma-separated list of other files types to check (accepts py, py:lint, - /// py:fmt, shell, shell:lint, cpp, cpp:fmt, spellcheck) + /// py:fmt, shell, cpp, cpp:fmt, js, js:lint, js:typecheck, spellcheck) /// /// Any argument can be prefixed with "auto:" to only run if /// relevant files are modified (eg. "auto:py"). |
