We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41b5796 commit bbb5ca7Copy full SHA for bbb5ca7
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,cpp:fmt
+ --stage 0 src/tools/tidy tidyselftest --extra-checks=py,cpp
0 commit comments