On 24 août 10:55, okko.willeboor...@imtech.nl wrote:
> With;
> #...@pydevcodeanalysisignore
> I can disable pydev analysis for a complete file.
> 
> Is there such a thing for pylint?
> 
> ie some code in the file such that pylint issues no warnings for the complete
> file.

currently, I think you can acheive this by adding to the top of your file:

  # pylint: disable-msg-cat=WCREFI

I've filed a ticket to have a simpler option for this:

http://www.logilab.org/ticket/9984

-- 
Sylvain Thénault                               LOGILAB, Paris (France)
Formations Python, Debian, Méth. Agiles: http://www.logilab.fr/formations
Développement logiciel sur mesure:       http://www.logilab.fr/services
CubicWeb, the semantic web framework:    http://www.cubicweb.org

_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to