This patch release fixes an issue where the new defer-assignment rule would sometimes report a false positive when the variable was used inside of a with
clause on the next line.
Thanks @nevumx for reporting the issue!
Changelog
- 7e74d12: [create-pull-request] automated change (#1261) (@github-actions[bot])
- 20a5cfa: Fix false positive in defer-assignment and
with
(#1262) (@anderseknert)