On 2010-10-19, Ben Finney <ben+pyt...@benfinney.id.au> wrote: > Tools like pylint are far more useful if every message they emit is > something that you must deal with, rather than ignore every time you see > it. That way, it's feasible to get the output to no messages at all, and > have a defensible reason for every disabled message.
That makes sense -- we do the same thing with warnings in C, usually. I'll see whether I can find ways to, say, suppress a message for a specific line rather than in general. (Though I have no idea what line number to use for a warning about too many instance attributes...) -s -- Copyright 2010, all wrongs reversed. Peter Seebach / usenet-nos...@seebs.net http://www.seebs.net/log/ <-- lawsuits, religion, and funny pictures http://en.wikipedia.org/wiki/Fair_Game_(Scientology) <-- get educated! I am not speaking for my employer, although they do rent some of my opinions. -- http://mail.python.org/mailman/listinfo/python-list