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 824b1d3 commit 9e3df9cCopy full SHA for 9e3df9c
src/ci/docker/host-x86_64/tidy/Dockerfile
@@ -45,4 +45,4 @@ RUN bash -c 'npm install -g eslint@$(cat /tmp/eslint.version)'
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 \
48
- src/tools/tidy tidyselftest --extra-checks=py,cpp
+ src/tools/tidy tidyselftest --extra-checks=py,cpp,js
0 commit comments