Skip to content

Commit 798a0be

Browse files
committed
update CI to use new tidy extra checks for rustdoc js
1 parent 13f9848 commit 798a0be

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,4 @@ ENV SCRIPT \
5353
/scripts/validate-toolstate.sh && \
5454
reuse --include-submodules lint && \
5555
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+
src/tools/tidy --extra-checks=js

0 commit comments

Comments
 (0)