◐ Shell
clean mode source ↗

bpo-42238: Doc CI: Disable suspicious checks. by JulienPalard · Pull Request #26575 · python/cpython

For the moment my biggest issue is: people are autonomously and quietly fixing what's reported by make suspicious, so I don't have a list of true positives to work on.

So my current idea is to let people people commit errors¹, fix them myself (I've setup a build bot to monitor this closely) to document true positives and try to implement them in make check (or in Sphinx).

1: It is not expected to happen often, and have the nice side effet of not bothering people with false positives: 9 out of 12 errors reported by make suspicious are false positives.