[Python-projects] disable symbols in pylint
Saegebrecht Martin
martin.saegebrecht at combitech.se
Thu Feb 12 11:06:08 CET 2009
Hello!
lets say you have the following files that you whant to run pylint on:
foo1.py
foo2.py
foo3.py
All of these files are importing resources from:
foo4.py
Is it possible to tell pylint to ignore all the errors/warnings related to the resources that comes from foo4.py. The thing is that I dont have access to foo4.py but from the documentation I can find out what methods, symbols etc that belongs to that model. I have tried to recreate the file but without success.
Is it possible to add a list to pylint with all the methods and resources that I whant to discard?
MVH
/Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.logilab.org/pipermail/python-projects/attachments/20090212/672f0fb8/attachment.htm>
More information about the Python-Projects
mailing list