Skip to content

Commit c1577e5

Browse files
Update reuse command to include submodules.
1 parent 7a49ac5 commit c1577e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ ENV SCRIPT python3 ../x.py --stage 2 test src/tools/expand-yaml-anchors && \
5252
RUSTDOCFLAGS=\"--document-private-items --document-hidden-items\" python3 ../x.py doc --stage 0 library/test && \
5353
/scripts/validate-toolstate.sh && \
5454
/scripts/validate-error-codes.sh && \
55-
reuse lint && \
55+
reuse --include-submodules lint && \
5656
# Runs checks to ensure that there are no ES5 issues in our JS code.
5757
es-check es6 ../src/librustdoc/html/static/js/*.js && \
5858
eslint -c ../src/librustdoc/html/static/.eslintrc.js ../src/librustdoc/html/static/js/*.js && \

0 commit comments

Comments
 (0)