We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cpp:fmt
1 parent e17c16d commit c163d5cCopy full SHA for c163d5c
src/ci/docker/host-x86_64/mingw-check-tidy/Dockerfile
@@ -35,4 +35,4 @@ COPY host-x86_64/mingw-check/validate-error-codes.sh /scripts/
35
# NOTE: intentionally uses python2 for x.py so we can test it still works.
36
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
37
ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
38
- --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint
+ --stage 0 src/tools/tidy tidyselftest --extra-checks=py:lint,cpp:fmt
0 commit comments