Reputation: 3908
I must've clicked "ignore errors like this", because now unbound local variables that are referenced before assignment aren't marked as such; I would expect a red squiggly line below the variable idontexist
:
But, in the settings I've ticked and applied the change to state that unbound local variables should notify me.
Am I missing something?
Upvotes: 2
Views: 87
Reputation: 3908
I figured it out:
Unresolved references
I wanted, not Unbound local variable
.ignore references
under the Options panel (see the picture below) for a given inspection type.Upvotes: 1