Skip to content

Commit c163d5c

Browse files
committed
Add cpp:fmt to mingw-check-tidy
1 parent e17c16d commit c163d5c

File tree

1 file changed

+1
-1
lines changed
  • src/ci/docker/host-x86_64/mingw-check-tidy

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
3535
# NOTE: intentionally uses python2 for x.py so we can test it still works.
3636
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
3737
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
38-
--stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint
38+
--stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt

0 commit comments

Comments
 (0)