We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a49ac5 commit c1577e5Copy full SHA for c1577e5
src/ci/docker/host-x86_64/mingw-check/Dockerfile
@@ -52,7 +52,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
52
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library/test && \
53
/scripts/validate-toolstate.sh && \
54
/scripts/validate-error-codes.sh && \
55
- reuse lint && \
+ reuse --include-submodules lint && \
56
# Runs checks to ensure that there are no ES5 issues in our JS code.
57
es-check es6 ../src/librustdoc/html/static/js/*.js && \
58
eslint -c ../src/librustdoc/html/static/.eslintrc.js ../src/librustdoc/html/static/js/*.js && \
0 commit comments