v0.16.2
Bug Fix: false positive for in avoid spec pollution rule
In case of assignment to undescore (_
), the linter triggered a warning. But in this case there is no spec pollution, because there is no variable to be changed during the test.
This fix changes the linter to ignore assignments to underscores.