[Buildbot-devel] pylint errors
Dobes Vandermeer
dobesv at gmail.com
Fri Oct 28 20:52:49 UTC 2005
I've just been working on a little cron-style scheduler so that I can
schedule builds to run at specific times of day - when it seems to be
working I might send it in.
Anyway, I'm editing the code using pydev for eclipse, and it has this
great feature where it runs pylint over the code each time I save it.
I've noticed in the process that there are a lot of lint errors that
it catches that would probably help you fix bugs ahead of time.
Google for pylint to find out how to run pylint on your codebase - you
could make this a job on your buildbot if you wanted. Or use eclipse
to edit your code ...
Hope this is a helpful thought...
More information about the devel
mailing list