We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13f9848 commit 798a0beCopy full SHA for 798a0be
src/ci/docker/host-x86_64/mingw-check-1/Dockerfile
@@ -53,6 +53,4 @@ ENV SCRIPT \
53
/scripts/validate-toolstate.sh && \
54
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
+ src/tools/tidy --extra-checks=js
0 commit comments