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.

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...

Cheers, Frank

Reply via email to