about summary refs log tree commit diff
path: root/src/bootstrap
diff options
context:
space:
mode:
authorbinarycat <binarycat@envs.net>2025-06-23 12:50:18 -0500
committerbinarycat <binarycat@envs.net>2025-07-19 14:44:15 -0500
commita2586f0c801aa52150925b4a66a517b1ffe13ddd (patch)
treed2d37546da15191188c4a45a7ae3408a9ab47d5e /src/bootstrap
parentf63685ddf3d3c92a61158cd55d44bde17c2b024f (diff)
downloadrust-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.rs2
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").