Skip to content

v0.16.2

Latest
Compare
Choose a tag to compare
@nunnatsa nunnatsa released this 24 Mar 09:23
· 4 commits to main since this release

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.