bpo-42238: [doc]: Hide false positive in make suspicious. by JulienPalard · Pull Request #29636 · python/cpython
@JulienPalard, since we're no longer running
make suspiciousin CI formainper your own change (GH-26575), should we just stop caring aboutmake suspiciousat all?
Soon, yes. The idea is I'm tracking closely make suspicious in bpo-42238 to see if there's true positives that I can implement in rstlint.py. It allowed me to add a few new things in rstlint:
and we do ensure rstlint in the CI as it make no false positives.
So « soon » rstlint should catch all the true positives of make suspicious, leaving only false positives for make suspicious.
This day I'll just drop it, and really stop caring about it.
Up to this day I prefer having an up-to-date susp-ignored.csv, so I can easily monitor new alerts.