Skip to content

Commit adbad90

Browse files
committed
update CI to use new tidy extra checks for rustdoc js
1 parent 3f2661f commit adbad90

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/ci/docker/host-x86_64/mingw-check-1/Dockerfile

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,7 @@ ENV SCRIPT \
5050
python3 ../x.py check compiletest --set build.compiletest-use-stage0-libtest=true && \
5151
python3 ../x.py check --stage 1 --target=i686-pc-windows-gnu --host=i686-pc-windows-gnu && \
5252
python3 ../x.py check --stage 1 --set build.optimized-compiler-builtins=false core alloc std --target=aarch64-unknown-linux-gnu,i686-pc-windows-msvc,i686-unknown-linux-gnu,x86_64-apple-darwin,x86_64-pc-windows-gnu,x86_64-pc-windows-msvc && \
53+
python3 ../x.py test --stage 0 tidy --extra-checks=js && \
5354
/scripts/validate-toolstate.sh && \
5455
reuse --include-submodules lint && \
55-
python3 ../x.py test collect-license-metadata && \
56-
# Runs checks to ensure that there are no issues in our JS code.
57-
es-check es2019 ../src/librustdoc/html/static/js/*.js && \
58-
tsc --project ../src/librustdoc/html/static/js/tsconfig.json
56+
python3 ../x.py test collect-license-metadata

0 commit comments

Comments
 (0)