pylint #73978 Extension for generated-members to avoid E1101 false pozitives [open]
Hello,
I use SQLAlchemy and pylint complains that most of the members of those classes don't exist. To add all the members in generated-members doesn't make sense in my case, as most of my models have one to many and many to may relationships, and reporting that, for example, group doesn't exist or groups doesn't exists may be correctly reported as a bug, depending on the model. That's why I extended pylint a bit, adding a generated-members-with-parent options. The patch is attached. Best regards, Andrei Chirila | |
priority | normal |
---|---|
type | enhancement |
done in | <not specified> |
closed by | <not specified> |
Comments
-
2011/09/27 15:36, written by sthenault
- some tests
- may be a better option name ? though I've nothing to propose yet
-
2012/09/16 16:56, written by anon
-
2012/09/17 14:53, written by sthenault
add commentHi,
I did take a look at your patch. I'm fine with such a contribution but would like :
Also, you may be interested in https://www.logilab.org/Card/contributing to move your patches submission to the next step :)
Is there any activity on this ticket? What is status?
imo this patch is still waiting for improvments asked in my comment on 2011/09/27