2009/11/11 Jérôme Laheurte <[email protected]>: > Frank, do you use a specific command line to run pylint or just > "pylint taskcoachlib" ? I'm gonna try to add a pylint step to the > buildslaves.
I let PyDev run pylint for me. I think it doesn't use any command line options except "--include-ids=y". I suspect PyDev invokes pylint on individual files, not on packages or folders... I use pylint 0.18.0 by the way, I remember 0.18.1 didn't work properly. Cheers, Frank
