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 b99faac commit e0c7204Copy full SHA for e0c7204
src/ci/docker/host-x86_64/mingw-check-1/Dockerfile
@@ -55,6 +55,4 @@ ENV SCRIPT \
55
/scripts/validate-error-codes.sh && \
56
reuse --include-submodules lint && \
57
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
+ src/tools/tidy --extra-checks=js
0 commit comments