Le 3 sept. 09 à 20:34, Frank Niessink a écrit : > 2009/9/3 Jérôme Laheurte <[email protected]>: > > Actually, that's what I did: > > > > pylint --rcfile .pylintrc taskcoachlib > > If you run it from the command line you'll get much more warnings than > in Eclipse. I think the default PyDev settings are to ignore > "convention" warnings, like long lines. We'll have to turn those off > in the pylintrc file as well I guess. >
Okay, that also explains the invalid method/variable naming messages. > > It's all a bit bit buggy. It seems that when pylint is invoked via > PyDev the pylintrc is never read. Also I haven't been able to make > pylint ignore the buildbot folder and the thirdparty package. > > > I'll try Windows tomorrow. Did you find some prepackaged installer > or > > did you install from source ? What about the two dependencies > (logilab- > > common and logilab-astng), latest versions ? > > easy_install -U pylint > > That should take care of the dependencies as well. > > But, I guess that will install 0.18.1 which I had troubles with... > What kind of troubles exactly ? Cheers Jérôme
