diff options
| author | binarycat <binarycat@envs.net> | 2025-08-06 17:21:25 -0500 |
|---|---|---|
| committer | binarycat <binarycat@envs.net> | 2025-08-16 09:51:44 -0500 |
| commit | e31fed054bc19845b04ee0be50c1254174e87ad0 (patch) | |
| tree | f6abc24073b265df940cd2d79ef0879358a53f4e /src/ci/docker | |
| parent | 2e2642e641a941f0a1400c7827fd89aa86fef8f4 (diff) | |
| download | rust-e31fed054bc19845b04ee0be50c1254174e87ad0.tar.gz rust-e31fed054bc19845b04ee0be50c1254174e87ad0.zip | |
run spellcheck as a tidy extra check in ci
Diffstat (limited to 'src/ci/docker')
| -rw-r--r-- | src/ci/docker/host-x86_64/tidy/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ci/docker/host-x86_64/tidy/Dockerfile b/src/ci/docker/host-x86_64/tidy/Dockerfile index ee1ae5410ee..c8558689d3b 100644 --- a/src/ci/docker/host-x86_64/tidy/Dockerfile +++ b/src/ci/docker/host-x86_64/tidy/Dockerfile @@ -45,4 +45,4 @@ RUN bash -c 'npm install -g eslint@$(cat /tmp/eslint.version)' # NOTE: intentionally uses python2 for x.py so we can test it still works. # validate-toolstate only runs in our CI, so it's ok for it to only support python3. ENV SCRIPT TIDY_PRINT_DIFF=1 python2.7 ../x.py test --stage 0 \ - src/tools/tidy tidyselftest --extra-checks=py,cpp,js + src/tools/tidy tidyselftest --extra-checks=py,cpp,js,spellcheck |
