File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ Note that literally all that does is call the `main()` that's in this crate's `l
5757* Use ` ./x test tests/rustdoc* ` to run the tests using a stage1
5858 rustdoc.
5959 * See [ Rustdoc internals] for more information about tests.
60- * Use ` ./x.py test tidy --extra-checks=js ` to run rustdoc’s JavaScript checks (` eslint ` , ` es-check ` , and ` tsc ` ).
61- > ** Note:** ` ./x.py test tidy ` already runs these checks automatically when JS/TS sources changed; ` --extra-checks=js ` forces them explicitly.
60+ * Use ` ./x test tidy --extra-checks=js ` to run rustdoc’s JavaScript checks (` eslint ` , ` es-check ` , and ` tsc ` ).
61+ > ** Note:** ` ./x test tidy ` already runs these checks automatically when JS/TS sources changed; ` --extra-checks=js ` forces them explicitly.
6262
6363### JavaScript CI checks
6464
6565Rustdoc’s JavaScript and TypeScript are checked during CI by ` eslint ` , ` es-check ` , and ` tsc ` (not by compiletest).
6666These run as part of the ` tidy ` job.
6767
6868``` console
69- ./x.py test tidy --extra-checks=js
69+ ./x test tidy --extra-checks=js
7070```
7171
7272The ` --extra-checks=js ` flag enables the frontend linting that runs in CI.
You can’t perform that action at this time.
0 commit comments