[Python-projects] Non-line-number-specific warnings should reference an actual line

skip at pobox.com skip at pobox.com
Fri Jul 14 22:41:26 CEST 2006


PyLint files these complaints for a couple of my modules:

    Relationship.py:0: [W] Too many lines in module (1048)
    tr_template.py:0: [R] Similar lines in 3 files

I have no quibble with the errors themselves, but they should reference
actual line numbers in the files.  Line 1 seems reasonable.  Line 0 confuses
XEmacs's next-error command and it winds up prompting me for a file to open.

-- 
Skip Montanaro - skip at pobox.com - http://www.mojam.com/


More information about the Python-Projects mailing list