[code-quality] Warning from pylint about its own code?

Skip Montanaro skip at pobox.com
Tue Apr 1 21:59:45 CEST 2014


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))

Thinking my 1.0.0 install was just out-of-date, I just updated to
1.1.0, but I continue to get this warning. Here are my details (note
the message appears there as well):

% pylint --version
/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))
pylint 1.1.0,
astroid 1.0.0, common 0.60.0
Python 2.7.2 (default, Nov 14 2012, 05:07:35)
[GCC 4.4.6 [TWW]]

Is this something I'm doing wrong? I didn't find ParseableTextReporter
mentioned anywhere except for the class definition. My ~/.pylintrc and
~/.pylint.d files/directories are similarly devoid of references.
Clues appreciated.

Thx,

Skip


More information about the code-quality mailing list