You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think we need to check if someone ids calling Object.keys() and then indexing into the variable they called Object.keys() on. Also need to check that they don't use key later in the block
I think we need to check if someone ids calling
Object.keys()
and then indexing into the variable they calledObject.keys()
on. Also need to check that they don't usekey
later in the blocksimilar: sbdchd/flake8-pie#87
The text was updated successfully, but these errors were encountered: