We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 831aa56 commit 00e0ffbCopy full SHA for 00e0ffb
src/ci/docker/host-x86_64/tidy/Dockerfile
@@ -44,5 +44,5 @@ RUN bash -c 'npm install -g eslint@$(cat /tmp/eslint.version)'
44
45
# NOTE: intentionally uses python2 for x.py so we can test it still works.
46
# validate-toolstate only runs in our CI, so it's ok for it to only support python3.
47
-ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 \
+ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test \
48
src/tools/tidy tidyselftest --extra-checks=py,cpp,js,spellcheck
0 commit comments