> Lately, whenever I run pylint, I get this warning:
>
> /opt/local/lib/python2.7/site-packages/pylint/reporters/text.py:79:
> UserWarning: parseable output format is deprecated. This is equivalent
> to --msg-template={path}:{line}: [{msg_id}({symbol}), {obj}] {msg}
>   'to --msg-template=%s' % (self.name, self.line_format))

Okay, I see where I've gone wrong. I have

output-format=parseable

in pylintrc. I was searching everywhere for the name of the class.

Skip
_______________________________________________
code-quality mailing list
code-quality@python.org
https://mail.python.org/mailman/listinfo/code-quality

Reply via email to