findings not reported until seemingly unrelated code is changed #10113
Labels
Abstract interpretation
Complex inference support (control flow, data flow analysis etc.)
False Negative 🦋
No message is emitted but something is wrong with the code
Bug description
No findings are reported for
f()
although it contains anunnecessary-negation
. This is not limited to this warning but any findings in that function.Configuration
Command used
Pylint output
no findings reported
Expected behavior
I would have also expected a warning about the unpacking of
comm
potentially not having enough values.Pylint version
OS / Environment
Manjaro Linux, bash
Ubuntu 22.04, bash
Additional dependencies
The text was updated successfully, but these errors were encountered: