On 12 octobre 07:28, Sander van Noort wrote:
> Is it possible to have pylint options defined in the python files
> themselves, instead of in a pylintrc file.
> For example, I would like to be able to add:
> 
> # pylint: good-names=x,y,z
> 
> in module files which deal with pixels.

yep, currently there is only a very small subset of options which are supported
in module files (eg disable). Please file a ticket.

-- 
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
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to