Skip to content

Commit e0c7204

Browse files
committed
update CI to use new tidy extra checks for rustdoc js
1 parent b99faac commit e0c7204

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
@@ -55,6 +55,4 @@ ENV SCRIPT \
5555
/scripts/validate-error-codes.sh && \
5656
reuse --include-submodules lint && \
5757
python3 ../x.py test collect-license-metadata && \
58-
# Runs checks to ensure that there are no issues in our JS code.
59-
es-check es2019 ../src/librustdoc/html/static/js/*.js && \
60-
tsc --project ../src/librustdoc/html/static/js/tsconfig.json
58+
src/tools/tidy --extra-checks=js

0 commit comments

Comments
 (0)