Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

False negative in BadModuleAttributeUseLinter with nested attributes #30

Closed
mschwager opened this issue Oct 10, 2019 · 0 comments
Closed

Comments

@mschwager
Copy link
Collaborator

Looking for foo.bar in the following:

import foo           
foo.bar(var).baz()

Should work, but since we're not recursing deeper with generic_visit it doesn't find the nested attribute.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant