From: SourceForge.net <no...@so...> - 2006-05-01 13:24:30
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3708754 By: teunvandeberg Hi, Using the option Project clean does not appear to rebuild all files if you look at the Pylint "Problems" (report). (It could also be that the results are buffered). I changed my Pylint settings from --max-line-length=80 to --max-line-length=130. The Pylint "Problems" correctly displays "line to long > 130" for some files, but keeps stuck to "line to long > 80" for some other files in the project. Cleaning the project again does not solve the problem. Manually re saving the affected files does. I am using PyDev 1.5, Eclipse 3.1.2, Pylint 0.11.0 (common 0.15.0, astng 0.16.0) and Python 2.3 on Solaris 8. Kind regards, Teun ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=293649 |