On 12/05/2011 03:04 PM, Sylvain Thénault wrote:
>  "pylint -rn -d IWRCE -e <ID1>,<ID2>,<ID2> mymodule" 
>
> "-rn" disable reports
> "-d IWRCE" disable every messages by disabling each category
> "-e ..." reenable desired messages
>
> IMO that should do the trick.

Thanks a lot, only one correction, is "-d I,W,R,C,E" instead of IWRCE.

And what about doing the same thing from Python code instead?
I guess I have to pass something to PyLinter, but I can't really get what..
_______________________________________________
Python-Projects mailing list
[email protected]
http://lists.logilab.org/mailman/listinfo/python-projects

Reply via email to